Revert cross-preset default-key bridging with UDP and disable UDP by default (#8130)

* Revert cross-preset UDP bridging

* Don't enable UDP by default
This commit is contained in:
Ben Meadors
2025-09-27 07:09:24 -05:00
committed by GitHub
parent bc3db1b5c1
commit ab00e991f6
2 changed files with 1 additions and 30 deletions

View File

@@ -701,7 +701,7 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
#ifdef USERPREFS_NETWORK_ENABLED_PROTOCOLS
config.network.enabled_protocols = USERPREFS_NETWORK_ENABLED_PROTOCOLS;
#else
config.network.enabled_protocols = 1;
config.network.enabled_protocols = 0;
#endif
#endif