Hi @Programbo,
Some hints:
replace save(); at the end of upload code with setTimeout("save();",1000);
save();
setTimeout("save();",1000);
switching between release have to include erase flash, check README_flash.txt.
soft serial is not part of 2v00 release, you have to get a cutting edge build.
use 4MB build for 4MB boards, check build content
@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 @Programbo,
Some hints:
replace
save();
at the end of upload code withsetTimeout("save();",1000);
switching between release have to include erase flash, check README_flash.txt.
soft serial is not part of 2v00 release, you have to get a cutting edge build.
use 4MB build for 4MB boards, check build content