Mercurial > public > ostc4
changeset 151:a98f91cca107 FlipDisplay
Bugfix ButtonResponsiveness
author | Ideenmodellierer |
---|---|
date | Sun, 03 Mar 2019 12:16:54 +0100 |
parents | 097d7146b779 |
children | bc7795161549 |
files | Discovery/Src/settings.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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