bring 2.4G back in line with preset bandwidth (#4634)
This commit is contained in:
co-authored by
GitHub
parent
9e55e6befb
commit
7c6454f171
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user