Update sleep time to mitigate EPD screen freeze
This commit is contained in:
parent
b6cc0797c8
commit
3c32ca51cb
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void weatherUpdate(void) {
|
|||
}
|
||||
|
||||
void loop() {
|
||||
int wakeup_seconds = 43;
|
||||
int wakeup_seconds = 38;
|
||||
int sleep_seconds = 0;
|
||||
|
||||
Serial.println("Back from sleep!");
|
||||
|
|
Loading…
Reference in a new issue