chore(deps): update core/proto/src/main/proto digest to 97ea65a (#5212)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Rich <james.a.rich@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-22 10:32:07 -05:00
committed by GitHub
parent f22e5a70d9
commit b1d87e3333
2 changed files with 5 additions and 1 deletions

View File

@@ -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"