From 3e89b3e040f880dfe3e80e51e76e6699ab3bcc61 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sun, 12 Dec 2021 14:48:26 +0100 Subject: [PATCH] Tweak offset --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 448424c..6d0b74a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -51,7 +51,7 @@ #define SEALEVELPRESSURE_HPA (1013.25) #define BUTTON_MAX_CYCLE 10000U /**< Action: Reset configuration */ -#define BUTTON_MIN_ACTION_CYCLE 50U /**< Minimum cycle to react on the button (e.g. 5 second) */ +#define BUTTON_MIN_ACTION_CYCLE 55U /**< Minimum cycle to react on the button (e.g. 5 second) */ #define BUTTON_CHECK_INTERVALL 100U /**< Check every 100 ms the button state */ #define LOG_TOPIC "log\0"