feat(doorbell): add inactivity timeout to turn off screen

This commit is contained in:
2026-02-18 01:12:36 -08:00
parent bfba3b02fd
commit 4c0991b8bd
4 changed files with 91 additions and 104 deletions

View File

@@ -16,6 +16,7 @@
#define HOLD_TO_SILENCE_MS 3000
#define ALERT_TIMEOUT_MS 120000
#define SILENCE_DISPLAY_MS 10000
#define INACTIVITY_TIMEOUT_MS 30000
#define WIFI_CONNECT_TIMEOUT_MS 15000
#define HTTP_TIMEOUT_MS 10000
#define HINT_ANIMATION_MS 2000