Skip to content

Commit

Permalink
Version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanorzea committed Feb 25, 2016
1 parent 9b0a779 commit d91c49e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"basalt"
],
"uuid": "406e0c51-ab25-4858-b94e-b53a0f6836fd",
"versionLabel": "1.8",
"versionLabel": "1.9",
"watchapp": {
"watchface": true
}
Expand Down
Binary file added release/sfclock_1.9.pbw
Binary file not shown.
9 changes: 4 additions & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d91c49e

Please sign in to comment.