Hey all,
Recently got my hands on an ESP8266 01S, but was dismayed to be receiving this error:
a⸮⸮!⸮@P@*K⸮R!⸮⸮H⸮Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1⸮
After a little searching, I figured out that it was an issue with the fact that I had run out of RAM on the board (Thing is, I hadn't actually saved anything onto it).
I was just wondering how I'd go about freeing space from the board, whether that be through using some kind of 3rd party tool like esptool, or whether there was a better way.
Thanks in advance,
YaKh