When developing I edit files on my lattop and then upload them to storage on the Bangle.
So for example I often hijack the simplest clock and uploda my file as simplest.app.js. That way I can avoid having to create an icon and all the apps.json entries etc for a while.
To upload files through the IDE
1) Connect to the IDE
2) CLick on drum (storage icon) in the middle of the IDE
3) Select upload file
4) browse to your file
5) rename it to whatever it should be when uploaded (eg simplest.app.js)
6) click ok
7) restart my Bangle, navigate to simplest clock and test.
8) repeat until happy.
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.
When developing I edit files on my lattop and then upload them to storage on the Bangle.
So for example I often hijack the simplest clock and uploda my file as simplest.app.js. That way I can avoid having to create an icon and all the apps.json entries etc for a while.
To upload files through the IDE
1) Connect to the IDE
2) CLick on drum (storage icon) in the middle of the IDE
3) Select upload file
4) browse to your file
5) rename it to whatever it should be when uploaded (eg simplest.app.js)
6) click ok
7) restart my Bangle, navigate to simplest clock and test.
8) repeat until happy.