Open mathieucarbou opened 10 months ago
It seems that the watchdog triggers because of the loop.
I am trying for now to run with the watchdog disabled as indicated here and will report back in a few hours: https://stackoverflow.com/questions/51750377/how-to-disable-interrupt-watchdog-in-esp32-or-increase-isr-time-limit
code:
called from stup():
called from loop, executed each 10 seconds:
crash:
where it crashed:
Please let me know if you need something else...