Looks like you've put save() at the end of the code on the right hand side? I'd take that out and do it manually.
save()
Would you have started playing code immediately on upload? That could have made the code seem larger than it is?
Could you post up the code you use for stop/play? Do you always let the file play through to the end, or do you sometimes stop it halfway?
@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.
Looks like you've put
save()
at the end of the code on the right hand side? I'd take that out and do it manually.Would you have started playing code immediately on upload? That could have made the code seem larger than it is?
Could you post up the code you use for stop/play? Do you always let the file play through to the end, or do you sometimes stop it halfway?