Storage.write not working when using save on send #7096
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-06-08 by user90767
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?
Beta Was this translation helpful? Give feedback.
All reactions