Missing file related modules/functions #5619
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 0 comments
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 2016-12-10 by ariston
I'm using nodeMCU v2 ESP-12 and try to save some config file to flash storage using file references.
I've tried using
but the function it self return undefined, then I try using fs module
it return a Warning: Module "fs" not found, same does as
return Warning: Module "FlashStoreWrite" not found. Right now I'm out of option on saving my node configuration.
I'm flashing my ESP using firmware 1v89 and use following command line on esptool
Did I missing something on flashing my ESP that cause me doesn't have File modules on device?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions