Update sleep time to mitigate EPD screen freeze

This commit is contained in:
Paul Warren 2020-01-02 20:13:00 +11:00
parent b6cc0797c8
commit 3c32ca51cb
1 changed files with 1 additions and 1 deletions

View File

@ -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!");