Awesome!
I got backup to work, but ran into two minor issues:
At some point last week I abandoned a firmware update, and the download choked on .firmware (I'm guessing because it was huge?) After properly updating my firmware, that file was gone, and it completed.
And after every single file, the IDE console shows a SyntaxError:
>"eyJjdXN0b20iOnsid2VhdGhlciI6eyJzb3J0b3JkZXIiOjE1fSwid2RjbGsiOnsic29ydG9yZGVyIjotMTB9LCJtZXNzYWdlcyI6eyJzb3J0b3JkZXIiOjV9LCJjYWwiOnsic29ydG9yZGVyIjo1fX19"
Uncaught SyntaxError: Got ')' expected EOF
at line 1 col 102
...ponent("wid_edit.json"))))))
^
Edit: the caret points at the final closing parenthesis.
All downloaded files look fine though.
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.
Awesome!
I got backup to work, but ran into two minor issues:
At some point last week I abandoned a firmware update, and the download choked on
.firmware
(I'm guessing because it was huge?) After properly updating my firmware, that file was gone, and it completed.And after every single file, the IDE console shows a SyntaxError:
Edit: the caret points at the final closing parenthesis.
All downloaded files look fine though.