Skip to content

Commit

Permalink
Added charging, fixed icons?launch icon/UUID, bumped to 0.6, released…
Browse files Browse the repository at this point in the history
… to Pebble Appstore
  • Loading branch information
KonradIT committed Oct 1, 2016
1 parent 3deb91f commit 9f29e1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"file": "images/app_icon.png",
"menuIcon": true,
"name": "IMAGES_APP_ICON",
"type": "png"
"type": "bitmap"
},
{
"file": "images/video_icon.png",
Expand Down Expand Up @@ -85,10 +85,10 @@
"basalt",
"chalk"
],
"uuid": "133215f0-cf20-4c05-997b-3c9be5a64e5b",
"uuid": "f9963dc0-430a-4ee7-8814-ee4ab4bd9206",
"versionCode": 1,
"versionLabel": "0.4",
"versionLabel": "0.6",
"watchapp": {
"watchface": false
}
}
}
Binary file modified resources/images/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function get_data_cam(){
batt_percent = "LOW!";
break;
case 4:
this.batt_percent = "PWR";
batt_percent = "PWR";
break;
}
switch(obj.status[43]){
Expand Down

0 comments on commit 9f29e1a

Please sign in to comment.