Hi there @user137472- I wrote the original Pebble.
I have just checked your apps.json file and think one of your problems is that you have called the app pebblebat - but your files are all prefixed pebbleb.something. The prefix needs to match the short name of the app. So either change the files to pebblebat.x or change the short name to pebbleb.
When working on new clocks I would recommend having one of the stock clocks installed like Anton Clock and making sure that it is set to the default clock via the settings app. This avoids getting stuck with an error on your own clock which has been set as the default clock.
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 there @user137472- I wrote the original Pebble.
I have just checked your apps.json file and think one of your problems is that you have called the app pebblebat - but your files are all prefixed pebbleb.something. The prefix needs to match the short name of the app. So either change the files to pebblebat.x or change the short name to pebbleb.
When working on new clocks I would recommend having one of the stock clocks installed like Anton Clock and making sure that it is set to the default clock via the settings app. This avoids getting stuck with an error on your own clock which has been set as the default clock.