Here is the reason for the reset:
wdt reset
That Means the watch dog reset fired. This means that the esp8266 did not return to the os, it was locked up, so it fires the reset.
Did you have save() code that is not allowing the i2c to initialise properly?
save()
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Here is the reason for the reset:
wdt reset
That
Means the watch dog reset fired. This means that the esp8266 did not return to the os, it was locked up, so it fires the reset.
Did you have
save()
code that is not allowing the i2c to initialise properly?