Merge branch 'master' into 2.2-working-changes

This commit is contained in:
Ben Meadors
2023-07-29 08:15:17 -05:00
committed by GitHub
11 changed files with 321 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ void NodeDB::installDefaultConfig()
config.has_bluetooth = true;
config.device.rebroadcast_mode = meshtastic_Config_DeviceConfig_RebroadcastMode_ALL;
config.lora.sx126x_rx_boosted_gain = false;
config.lora.sx126x_rx_boosted_gain = 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;