From 76eaffc1571cb240859a079693405627bf162c29 Mon Sep 17 00:00:00 2001 From: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:08:34 -0400 Subject: [PATCH] Fix tilt open limit (#26074) --- examples/window-app/silabs/SiWx917/include/AppConfig.h | 2 +- examples/window-app/silabs/efr32/include/AppConfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/window-app/silabs/SiWx917/include/AppConfig.h b/examples/window-app/silabs/SiWx917/include/AppConfig.h index 661819aea7648b..7a3f809ac217c5 100644 --- a/examples/window-app/silabs/SiWx917/include/AppConfig.h +++ b/examples/window-app/silabs/SiWx917/include/AppConfig.h @@ -35,7 +35,7 @@ extern "C" { #define LIFT_OPEN_LIMIT 0 #define LIFT_CLOSED_LIMIT (LCD_COVER_SIZE - 1) #define LIFT_DELTA 1000 // 10% -#define TILT_OPEN_LIMIT 1 +#define TILT_OPEN_LIMIT 0 #define TILT_CLOSED_LIMIT (LCD_COVER_SIZE / 10 - 1) #define TILT_DELTA 1000 // 10% diff --git a/examples/window-app/silabs/efr32/include/AppConfig.h b/examples/window-app/silabs/efr32/include/AppConfig.h index 661819aea7648b..7a3f809ac217c5 100644 --- a/examples/window-app/silabs/efr32/include/AppConfig.h +++ b/examples/window-app/silabs/efr32/include/AppConfig.h @@ -35,7 +35,7 @@ extern "C" { #define LIFT_OPEN_LIMIT 0 #define LIFT_CLOSED_LIMIT (LCD_COVER_SIZE - 1) #define LIFT_DELTA 1000 // 10% -#define TILT_OPEN_LIMIT 1 +#define TILT_OPEN_LIMIT 0 #define TILT_CLOSED_LIMIT (LCD_COVER_SIZE / 10 - 1) #define TILT_DELTA 1000 // 10%