Reduce setting step size, since momentum can get places faster

This commit is contained in:
Reed Nightingale 2020-01-21 01:37:09 -08:00
parent 13f109c8b3
commit bbdd6840c9

View File

@ -180,7 +180,7 @@ const SettingScreen_t ssLocalOsc PROGMEM = {
SS_LOCAL_OSC_T,
SS_LOCAL_OSC_A,
1,
875,
50,
ssLocalOscInitialize,
ssLocalOscValidate,
ssLocalOscChange,
@ -286,7 +286,7 @@ const SettingScreen_t ssTone PROGMEM = {
SS_CW_TONE_T,
SS_CW_TONE_A,
1,
10,
1,
ssCwToneInitialize,
ssCwToneValidate,
ssCwToneChange,
@ -319,7 +319,7 @@ const SettingScreen_t ssCwSwitchDelay PROGMEM = {
SS_CW_SWITCH_T,
SS_CW_SWITCH_A,
1,
100,
10,
ssCwSwitchDelayInitialize,
ssCwSwitchDelayValidate,
ssCwSwitchDelayChange,