Most recent activity
-
- 5 comments
- 2,703 views
-
-
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):
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?
Ah yes, that seemed to do the trick.
Thank you very much!