“skipping save to storage” is a normal debug message that my app logs to the console,
This is why I'd really suggest you do what I said and just use Util.readStorageX to read the file direct - that's definitely the fastest, safest option IMO.
Glad you got it working though!
If you want to make changes quicker, you can always try hosting the app loader locally if you can get an HTTP server on your PC - changes are then super quick to make.
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.
This is why I'd really suggest you do what I said and just use
Util.readStorageX
to read the file direct - that's definitely the fastest, safest option IMO.Glad you got it working though!
If you want to make changes quicker, you can always try hosting the app loader locally if you can get an HTTP server on your PC - changes are then super quick to make.