bring 2.4G back in line with preset bandwidth (#4634)

This commit is contained in:
Thomas Göttgens
2024-09-05 15:49:08 -05:00
committed by GitHub
co-authored by GitHub
parent 9e55e6befb
commit 7c6454f171
+1 -1
View File
@@ -420,7 +420,7 @@ void RadioInterface::applyModemConfig()
switch (loraConfig.modem_preset) {
case meshtastic_Config_LoRaConfig_ModemPreset_SHORT_TURBO:
bw = (myRegion->wideLora) ? 812.5 : 500;
bw = (myRegion->wideLora) ? 1625.0 : 500;
cr = 5;
sf = 7;
break;