mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add ShortTurbo default channel name
This commit is contained in:
parent
dd00f79241
commit
b4cdbf0617
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ data class Channel(
|
|||
get() = settings.name.ifEmpty {
|
||||
// We have a new style 'empty' channel name. Use the same logic from the device to convert that to a human readable name
|
||||
if (loraConfig.usePreset) when (loraConfig.modemPreset) {
|
||||
ModemPreset.SHORT_TURBO -> "ShortTurbo"
|
||||
ModemPreset.SHORT_FAST -> "ShortFast"
|
||||
ModemPreset.SHORT_SLOW -> "ShortSlow"
|
||||
ModemPreset.MEDIUM_FAST -> "MediumFast"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue