mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-30 11:23:53 +00:00
Fixed invalid channel name text (#2400)
This commit is contained in:
parent
294771cb44
commit
b4bcae98cd
@ -260,6 +260,9 @@ const char *Channels::getName(size_t chIndex)
|
|||||||
case meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST:
|
case meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST:
|
||||||
channelName = "LongFast";
|
channelName = "LongFast";
|
||||||
break;
|
break;
|
||||||
|
case meshtastic_Config_LoRaConfig_ModemPreset_LONG_MODERATE:
|
||||||
|
channelName = "LongMod";
|
||||||
|
break;
|
||||||
case meshtastic_Config_LoRaConfig_ModemPreset_VERY_LONG_SLOW:
|
case meshtastic_Config_LoRaConfig_ModemPreset_VERY_LONG_SLOW:
|
||||||
channelName = "VLongSlow";
|
channelName = "VLongSlow";
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user