# HG changeset patch # User heinrichsweikamp # Date 1681284615 -7200 # Node ID 9660df857c57bd4c82bd63f7f538e8bcdbc47a98 # Parent da8126d5ea9f8539eb117b50c328a65846d183de change button default responsiveness to 100 diff -r da8126d5ea9f -r 9660df857c57 Common/Inc/global_constants.h --- 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 diff -r da8126d5ea9f -r 9660df857c57 Discovery/Src/timer.c --- 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