mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
feat: add SHORT_TURBO modem preset
This commit is contained in:
@@ -92,6 +92,7 @@ enum class ChannelOption(
|
||||
val configRes: Int,
|
||||
val bandwidth: Float,
|
||||
) {
|
||||
SHORT_TURBO(ModemPreset.SHORT_TURBO, R.string.modem_config_turbo, bandwidth = .500f),
|
||||
SHORT_FAST(ModemPreset.SHORT_FAST, R.string.modem_config_short, .250f),
|
||||
SHORT_SLOW(ModemPreset.SHORT_SLOW, R.string.modem_config_slow_short, .250f),
|
||||
MEDIUM_FAST(ModemPreset.MEDIUM_FAST, R.string.modem_config_medium, .250f),
|
||||
@@ -99,6 +100,5 @@ enum class ChannelOption(
|
||||
LONG_FAST(ModemPreset.LONG_FAST, R.string.modem_config_long, .250f),
|
||||
LONG_MODERATE(ModemPreset.LONG_MODERATE, R.string.modem_config_mod_long, .125f),
|
||||
LONG_SLOW(ModemPreset.LONG_SLOW, R.string.modem_config_slow_long, .125f),
|
||||
VERY_LONG_SLOW(ModemPreset.VERY_LONG_SLOW, R.string.modem_config_very_long, .0625f),
|
||||
;
|
||||
}
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
<string name="app_too_old">Application update required</string>
|
||||
<string name="must_update">You must update this application on the app store (or Github). It is too old to talk to this radio firmware. Please read our <a href="https://meshtastic.org/docs/software/android/installation">docs</a> on this topic.</string>
|
||||
<string name="none">None (disable)</string>
|
||||
<string name="modem_config_turbo">Short Range / Turbo</string>
|
||||
<string name="modem_config_short">Short Range / Fast</string>
|
||||
<string name="modem_config_medium">Medium Range / Fast</string>
|
||||
<string name="modem_config_long">Long Range / Fast</string>
|
||||
|
||||
Reference in New Issue
Block a user