reduce sleep delay from 1h to 10 min

This commit is contained in:
Gabriel Augendre 2023-03-20 10:39:11 +01:00
parent 2d37812553
commit 7f2ba736dd

View file

@ -23,7 +23,7 @@
#define MIN_PRESS_DURATION 500
#define NOT_PRESSED -1
#define DEEP_SLEEP_DELAY_MS 3600000 // 1h
#define DEEP_SLEEP_DELAY_MS 600000 // 10 min
// Screen
#define SSD1306_NO_SPLASH