fs module not found #6327
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2019-12-01 by Robin Sun 2019.12.01 @Zyrotot, was this post as a follow up to a suggestion I made in this post? Is the SD Card installed and accessible?
What version is currently flashed? process.env
Posted at 2019-12-01 by @MaBecker Well, fs is too much for the ESP8266.
store_webdata.js
in_your_app.js
On ESP8266 Storage is located in the memory mapped section, using this technic is fast and saves vars and heap. |
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 2019-12-01 by Zyrotot
I'm trying to load the fs module to create a webpage with CSS, but I can't install the module.
I receive the error:
Beta Was this translation helpful? Give feedback.
All reactions