Mercurial > public > ostc4
changeset 766:9660df857c57
change button default responsiveness to 100
author | heinrichsweikamp |
---|---|
date | Wed, 12 Apr 2023 09:30:15 +0200 |
parents | da8126d5ea9f |
children | 14d6f8853b28 |
files | Common/Inc/global_constants.h Discovery/Src/timer.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Common/Inc/global_constants.h Wed Apr 12 09:24:44 2023 +0200 +++ b/Common/Inc/global_constants.h Wed Apr 12 09:30:15 2023 +0200 @@ -28,7 +28,7 @@ #define GLOBAL_CONSTANTS_H //Rename it ahead. //Buttons section -#define DEFAULT_BUTTONRESPONSIVENESS_GUI 85 +#define DEFAULT_BUTTONRESPONSIVENESS_GUI 100 #define MIN_BUTTONRESPONSIVENESS_GUI 30 //50 (-10correction) #define MAX_BUTTONRESPONSIVENESS_GUI 110//100 (+10correction) #define MIN_BUTTONRESPONSIVENESS MIN_BUTTONRESPONSIVENESS_GUI-20 //MIN_BUTTONRESPONSIVENESS_GUI-20 correction
--- a/Discovery/Src/timer.c Wed Apr 12 09:24:44 2023 +0200 +++ b/Discovery/Src/timer.c Wed Apr 12 09:30:15 2023 +0200 @@ -3,7 +3,7 @@ /// /// \file Discovery/Src/timer.c /// \brief Contains timer related functionality like stopwatch and security stop -/// \author heinrichs weikamp gmbh & heinrichs weikamp gmbh +/// \author heinrichs weikamp gmbh /// \date 5. Feb.2015 (maybe) /// /// \details