Hi @Alexander,
if you use save() in upload code than wrap it with setTimeout(save,2000) to be sure that code is completely upload before running save().
@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.
Hi @Alexander,
if you use save() in upload code than wrap it with setTimeout(save,2000) to be sure that code is completely upload before running save().