diff --git a/appinfo.json b/appinfo.json index 70ce064..4cac9ad 100644 --- a/appinfo.json +++ b/appinfo.json @@ -68,7 +68,7 @@ "basalt" ], "uuid": "406e0c51-ab25-4858-b94e-b53a0f6836fd", - "versionLabel": "1.8", + "versionLabel": "1.9", "watchapp": { "watchface": true } diff --git a/release/sfclock_1.9.pbw b/release/sfclock_1.9.pbw new file mode 100644 index 0000000..05f3cb8 Binary files /dev/null and b/release/sfclock_1.9.pbw differ diff --git a/src/main.c b/src/main.c index b33c7dd..4f86422 100644 --- a/src/main.c +++ b/src/main.c @@ -18,11 +18,10 @@ http-server ./ngrok http 8080 -// To use Pebble SDK. More on: https://developer.getpebble.com/sdk/install/linux/ - mkdir ~/pebble-dev/ - cd ~/pebble-dev/ - tar -zxf ~/Downloads/pebble-sdk-4.0-linux64.tar.bz2 - echo 'export PATH=~/pebble-dev/pebble-sdk-4.0.1-linux64/bin:$PATH' >> ~/.bash_profile +// To install the SDK go to : https://developer.getpebble.com/sdk/install/linux/ + +// Shell config + echo 'export PATH=~/pebble-dev/pebble-sdk-4.1.1-linux64/bin:$PATH' >> ~/.bash_profile . ~/.bash_profile // To run build watchface