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

OTA can trigger watchdog #52

Closed jackjansen closed 1 year ago

jackjansen commented 3 years ago

Related to #51 an OTA upload on the esp32 will also hit the watchdog (because it doesn't do a feed() in the upload loop handler, and the batteryMod.loop() isn't called during the uploads).

Probably need a global config.feedWatchdog() or something similar.

jackjansen commented 1 year ago

Haven't seen this in ages, probably fixed.