fix yet another typo

This commit is contained in:
Andre K 2022-09-18 17:31:59 -03:00 committed by GitHub
parent 4bc29200be
commit 80ddb81fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,10 +227,10 @@ const char *Channels::getName(size_t chIndex)
channelName = "MediumFast";
break;
case Config_LoRaConfig_ModemPreset_LONG_SLOW:
channelName = "LongFast";
channelName = "LongSlow";
break;
case Config_LoRaConfig_ModemPreset_LONG_FAST:
channelName = "LongSlow";
channelName = "LongFast";
break;
case Config_LoRaConfig_ModemPreset_VERY_LONG_SLOW:
channelName = "VLongSlow";