mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-01 12:42:58 -04:00
fix: revert VERY_LONG_SLOW removal
This commit is contained in:
@@ -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),
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user