Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
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.
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?
1 Attachment