mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 15:38:06 +01:00
reduce sleep delay from 1h to 10 min
This commit is contained in:
parent
2d37812553
commit
7f2ba736dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue