cwi-dis / iotsa

This library contains a framework to easily create web servers that can interface to all sorts of sensors and actuators. esp32 and esp8266.
MIT License
28 stars 2 forks source link

Bug in wake-duration handling #29

Closed jackjansen closed 1 year ago

jackjansen commented 4 years ago

Sometimes wake duration goes to a very large number (really small negative number treated as unsigned).

Need to find out why, and fix it.

jackjansen commented 4 years ago

Note: can repeat with (for example) colorSensor, with wake time set to 120000 and sleeptime to 0, and then issuing web request a couple of seconds before the board would be going to sleep.

jackjansen commented 1 year ago

Outdated