Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
v3.1 ready
Browse files Browse the repository at this point in the history
Increased inbox and outbox
  • Loading branch information
dieghernan committed Jun 12, 2017
1 parent adb1967 commit 8e7eaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
"watchface": true
}
},
"version": "3.0.0"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion src/c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ static void init(){
s_weekday=t->tm_wday;
//Register and open
app_message_register_inbox_received(prv_inbox_received_handler);
app_message_open(128, 128);
app_message_open(256 , 256);
// Load Fonts
FontHour = fonts_load_custom_font(resource_get_handle(RESOURCE_ID_FONT_GBOLD_34));
FontMinute = fonts_load_custom_font(resource_get_handle(RESOURCE_ID_FONT_GBOLD_18));
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module.exports = [
},
{
"type": "heading",
"defaultValue": "version v3.0",
"defaultValue": "version v3.1",
"size":6
},
{
Expand Down

0 comments on commit 8e7eaee

Please sign in to comment.