I've tried erasing flash and reflashing but that doesn't seem to do anything.
Also, is this code a good way of making a webserver or would you suggest something else?
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.
Hi, I'm a student using a ESP32 in combination with espruino to create a webserver for some sort of control panel.
I can run my code fine if use "save to ram" in the IDE options but when I set the option to "Direct to flash (execute code at boot)" I get this error:
this is the code I'm trying to run (created a pastebin because the forum doesn't let me paste the whole thing):
https://pastebin.com/FnkHNNdW
I've tried erasing flash and reflashing but that doesn't seem to do anything.
Also, is this code a good way of making a webserver or would you suggest something else?