You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes, that looks good. It makes me wonder if something like that couldn't be added as part of build_jswrapper - it's possible I'll have a need to do it soon since the EspruinoWiFi admin functionality is much more efficient/robust in JS than in C.

    With SPIFFS - perhaps we could look at some kind of abstraction given we now have Linux, FATFS, FATFS over Flash, and maybe SPIFFS - it'd make things a lot tidier. Had you considered using the FlashEEPROM module? that should 'just work' for you, and I think while it only uses one page at the moment I set it up so switching to multiple pages should be quite straightforward.

    With the IDE - you could try running the 'IDE server' - espruinowebide on NPM. That'll run a Node.js app and then serve up the IDE over HTTP. Might be a good way to sidestep any chrome issues?

About

Avatar for Gordon @Gordon started