mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-23 23:05:35 -04:00
fix yet another typo
This commit is contained in:
1 parent
4bc29200be
commit
80ddb81fac
1 file changed
+2
-2
@@ -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";
|
||||
|
||||
Reference in new issue
Block a user