Howdy,
I'm moving a project from a Nano to an ESP8266-E12 Node MCU. The code on the Nano works fine but when I try and upload it to the ESP I get this error. Does anyone know what it means or how to decode it? I search around and there were a few google results that have similar errors but none of their solutions worked for me. From what I can tell it has something to do with a watchdog timer.
I tried the yield(). It did not work. I resorted to commenting out the code one function at a time. It seems to have something to do with the digital pins.
I found a typo in one of the functions that fix the problem but as I said in the OP I'm more looking for a way to decode the error message. I can't really come here for every typo.