mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: revert VERY_LONG_SLOW removal
This commit is contained in:
parent
39a18e6418
commit
80eae23b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -101,5 +101,6 @@ 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),
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue