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

This commit is contained in:
Thomas Göttgens 2024-09-05 22:49:08 +02:00 committed by GitHub
parent 9e55e6befb
commit 7c6454f171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;