jamct / DoorsignEPD

Doorsign with E-Paper-Display with ESP32. Loading images from webserver.
GNU General Public License v3.0
100 stars 36 forks source link

Set the sleep times by the server #22

Closed jdede closed 6 years ago

jdede commented 6 years ago

This PR allows to set the sleep times dynamically by the server. It addresses #11 .

An upper limit of one day (60 60 24 seconds, MAX_SLEEP_TIME) is set to prevent accidentally letting the node sleep longer than intended.