commit e2f9702a997f6905fa96c304dcf0ddea50597b8b
parent 2407fb612aeebd83c706e48852e88d846c35fd75
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date: Fri, 17 Oct 2025 18:17:02 -0300
Fix `task_sensor` missing buttons press
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/task_sensor.c b/app/src/task_sensor.c
@@ -56,8 +56,8 @@
#define G_TASK_SEN_INACTIVE_MAX_TICK 10000ul // 10 seconds
#define DEL_BTN_XX_MIN 0ul
-#define DEL_BTN_XX_MED 20ul
-#define DEL_BTN_XX_MAX 40ul
+#define DEL_BTN_XX_MED 10ul
+#define DEL_BTN_XX_MAX 20ul
/********************** internal data declaration ****************************/
const task_sensor_cfg_t task_sensor_cfg_list[] = {