@HiFiJ, you can also run the App Loader locally (python3 -m http.server in the BangleApps dir, and hey presto http://localhost:8000) which will handle most of the heavy lifting of an app installation as long as you have apps.json set up.
And after that you can just overwrite the one file you're interested in and leave the rest of the installation alone!
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.
@HiFiJ, you can also run the App Loader locally (
python3 -m http.server
in the BangleApps dir, and hey presto http://localhost:8000) which will handle most of the heavy lifting of an app installation as long as you have apps.json set up.And after that you can just overwrite the one file you're interested in and leave the rest of the installation alone!