Ok, I've just changed the Web IDE so Save on Send now does it properly if it detects 1v96. If you use the latest from GitHub: https://github.com/espruino/EspruinoWebIDE
Or use the command-line tools with npm install espruino then you should get something that works.
Thanks! That seems to have done the trick!...I'm not sure how much more stuff I can stuff into it; but I should be able to finish a nice demo program that shows the capabilities of this board.
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.
Ok, I've just changed the Web IDE so
Save on Send
now does it properly if it detects 1v96. If you use the latest from GitHub: https://github.com/espruino/EspruinoWebIDEOr use the command-line tools with
npm install espruino
then you should get something that works.