On 1v96 firmware and later, yes. You can use require("Storage").write to create a large file called ".bootcde", and can then write the data in chunks (see the example).
Ideally it'd be something built into the IDE but I haven't got around to that yet.
Excellent! Is there anyway you could link to the example? I did a little searching but didn't see how to write executable code using the .write() command
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.
On 1v96 firmware and later, yes. You can use
require("Storage").write
to create a large file called".bootcde"
, and can then write the data in chunks (see the example).Ideally it'd be something built into the IDE but I haven't got around to that yet.