Cherry Picking Stuff from develop...

This commit is contained in:
Thomas Göttgens
2022-12-21 13:36:38 +01:00
parent 220859d0aa
commit 7396d0f241
15 changed files with 220 additions and 122 deletions

View File

@@ -162,6 +162,7 @@ void NodeDB::installDefaultConfig()
config.has_network = true;
config.has_bluetooth = true;
config.lora.tx_enabled = true; // FIXME: maybe false in the future, and setting region to enable it. (unset region forces it off)
config.lora.override_duty_cycle = false;
config.lora.region = Config_LoRaConfig_RegionCode_UNSET;
config.lora.modem_preset = Config_LoRaConfig_ModemPreset_LONG_FAST;
config.lora.hop_limit = HOP_RELIABLE;