you should place the code in some flash areas and use eval or pipe.
With that new board build you will have this areas:
var freeFlash = require('Flash').getFree() =[ { "addr": 2097152, "length": 1048576 }, // <- 1MB { "addr": 3145728, "length": 262144 }, // and some smaller sections { "addr": 3407872, "length": 262144 }, { "addr": 3670016, "length": 262144 }, { "addr": 3932160, "length": 245760 } ]
@MaBe 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.
you should place the code in some flash areas and use eval or pipe.
With that new board build you will have this areas: