Just received my board. While I was playing inside WebIDE everything was fine. Until I tried to run my board "off the grid". So, what I did.
I've updated my v43 firmware to v48 using WebIDE. Wrote small program to blink LEDs: https://gist.github.com/dorantor/9be4206404f69683c203
(Initially it was w/o button code)
So, I put this code into right panel, click "Send to Espruino", switched to left panel, typed "save();" hit enter.
After my Arduino background I expected that if I unplug USB cable, go to my friends PC, and plug it in, program will start from beginning. But it doesn't happen. Obviously, there is some error in my workflow, but I can't figure out what am I doing incorrectly.
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.
Just received my board. While I was playing inside WebIDE everything was fine. Until I tried to run my board "off the grid". So, what I did.
I've updated my v43 firmware to v48 using WebIDE. Wrote small program to blink LEDs:
https://gist.github.com/dorantor/9be4206404f69683c203
(Initially it was w/o button code)
So, I put this code into right panel, click "Send to Espruino", switched to left panel, typed "save();" hit enter.
After my Arduino background I expected that if I unplug USB cable, go to my friends PC, and plug it in, program will start from beginning. But it doesn't happen. Obviously, there is some error in my workflow, but I can't figure out what am I doing incorrectly.