mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
bring 2.4G back in line with preset bandwidth (#4634)
This commit is contained in:
parent
9e55e6befb
commit
7c6454f171
@ -420,7 +420,7 @@ void RadioInterface::applyModemConfig()
|
|||||||
|
|
||||||
switch (loraConfig.modem_preset) {
|
switch (loraConfig.modem_preset) {
|
||||||
case meshtastic_Config_LoRaConfig_ModemPreset_SHORT_TURBO:
|
case meshtastic_Config_LoRaConfig_ModemPreset_SHORT_TURBO:
|
||||||
bw = (myRegion->wideLora) ? 812.5 : 500;
|
bw = (myRegion->wideLora) ? 1625.0 : 500;
|
||||||
cr = 5;
|
cr = 5;
|
||||||
sf = 7;
|
sf = 7;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user