mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-02-21 06:57:27 -05:00
Reduce setting step size, since momentum can get places faster
This commit is contained in:
parent
13f109c8b3
commit
bbdd6840c9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user