From bbdd6840c908eacd97e3dbcf2d3c48c2f8dcc9f7 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Tue, 21 Jan 2020 01:37:09 -0800 Subject: [PATCH] Reduce setting step size, since momentum can get places faster --- setup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cpp b/setup.cpp index 14272f7..e933700 100644 --- a/setup.cpp +++ b/setup.cpp @@ -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,