I think what happened is you've pulled the updated files from GitHub but then the apps.json file hasn't merged properly. Probably what happened is you just overwrote the upstream GitHub version with your own version.
A week or so go I added a 'supports' field to every app to set whether it's for Bangle.js 1 or 2, but this meant changing every app, which probably caused a merge error.
I'd copy the apps.json file from upstream GitHub then just manually re-add the entries for the apps you've added.
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.
Hi @sebi,
I think what happened is you've pulled the updated files from GitHub but then the apps.json file hasn't merged properly. Probably what happened is you just overwrote the upstream GitHub version with your own version.
A week or so go I added a 'supports' field to every app to set whether it's for Bangle.js 1 or 2, but this meant changing every app, which probably caused a merge error.
I'd copy the apps.json file from upstream GitHub then just manually re-add the entries for the apps you've added.