Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 151:a98f91cca107 FlipDisplay
Bugfix ButtonResponsiveness
author | Ideenmodellierer |
---|---|
date | Sun, 03 Mar 2019 12:16:54 +0100 |
parents | 5c0f80e6b37a |
children | c659fda83e44 |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Sat Mar 02 17:42:51 2019 +0100 +++ b/Discovery/Src/settings.c Sun Mar 03 12:16:54 2019 +0100 @@ -1055,9 +1055,9 @@ corrections++; } else - if(Settings.ButtonResponsiveness[3] > MIN_BUTTONRESPONSIVENESS_GUI) + if(Settings.ButtonResponsiveness[3] > MAX_BUTTONRESPONSIVENESS_GUI) { - Settings.ButtonResponsiveness[3] = MIN_BUTTONRESPONSIVENESS; + Settings.ButtonResponsiveness[3] = MAX_BUTTONRESPONSIVENESS_GUI; corrections++; } // flex values 0, 1, 2