diff --git a/core/model/src/commonMain/kotlin/org/meshtastic/core/model/Channel.kt b/core/model/src/commonMain/kotlin/org/meshtastic/core/model/Channel.kt index 7e19e0295..c5cfc49ae 100644 --- a/core/model/src/commonMain/kotlin/org/meshtastic/core/model/Channel.kt +++ b/core/model/src/commonMain/kotlin/org/meshtastic/core/model/Channel.kt @@ -80,6 +80,10 @@ data class Channel(val settings: ChannelSettings = default.settings, val loraCon ModemPreset.LONG_MODERATE -> "LongMod" ModemPreset.VERY_LONG_SLOW -> "VLongSlow" ModemPreset.LONG_TURBO -> "LongTurbo" + ModemPreset.LITE_FAST -> "LiteFast" + ModemPreset.LITE_SLOW -> "LiteSlow" + ModemPreset.NARROW_FAST -> "NarrowFast" + ModemPreset.NARROW_SLOW -> "NarrowSlow" } } else { "Custom" diff --git a/core/proto/src/main/proto b/core/proto/src/main/proto index d004f503b..97ea65a10 160000 --- a/core/proto/src/main/proto +++ b/core/proto/src/main/proto @@ -1 +1 @@ -Subproject commit d004f503bbf3498fd689013a794e2a0e384b3f19 +Subproject commit 97ea65a10d31f24d84c8510342f2cd2d213c35a5