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.
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.