Ok, it turns out there's something strange with E.showMessage and flash strings.
E.showMessage
edit: It's g.wrapString - I'll try and look at this in the next few days
g.wrapString
// ok E.showMessage("Compacting...\nTakes approx\n1 minute") // problem require("Storage").write("x","Compacting...\nTakes approx\n1 minute") E.showMessage(require("Storage").read("x"))
The actual pretokenising works fine by the look of it
@Gordon started
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.
Ok, it turns out there's something strange with
E.showMessage
and flash strings.edit: It's
g.wrapString
- I'll try and look at this in the next few daysThe actual pretokenising works fine by the look of it