Try setting minification (in settings) to closure instead of esprima.
Esprima globs everything together onto one line, and that results in Espruino running out of memory far earlier than it should.
@DrAzzy 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.
Try setting minification (in settings) to closure instead of esprima.
Esprima globs everything together onto one line, and that results in Espruino running out of memory far earlier than it should.