What is the error output your are seeing?
What is the output of process.env ?
process.env
The will show the free jsvars after the load.
If you use the save on send option in the ide settings, the code will be stored in flash rather than ram and you might not run out of space then.
save on send
@Wilberforce 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.
What is the error output your are seeing?
What is the output of
process.env
?The will show the free jsvars after the load.
If you use the
save on send
option in the ide settings, the code will be stored in flash rather than ram and you might not run out of space then.