Fix typo in the modem presets

This commit is contained in:
Jm Casler
2022-06-21 19:23:07 -07:00
parent a390fc7ea8
commit 90baf9d8a0
3 changed files with 20 additions and 20 deletions

View File

@@ -360,12 +360,12 @@ void RadioInterface::applyModemConfig()
cr = 8;
sf = 8;
break;
case Config_LoRaConfig_ModemPreset_MidFast:
case Config_LoRaConfig_ModemPreset_MedFast:
bw = 250;
cr = 8;
sf = 9;
break;
case Config_LoRaConfig_ModemPreset_MidSlow:
case Config_LoRaConfig_ModemPreset_MedSlow:
bw = 250;
cr = 8;
sf = 10;