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

Commit 8e7eaee

Browse files
committed
v3.1 ready
Increased inbox and outbox
1 parent adb1967 commit 8e7eaee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@
110110
"watchface": true
111111
}
112112
},
113-
"version": "3.0.0"
113+
"version": "3.1.0"
114114
}

src/c/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ static void init(){
12701270
s_weekday=t->tm_wday;
12711271
//Register and open
12721272
app_message_register_inbox_received(prv_inbox_received_handler);
1273-
app_message_open(128, 128);
1273+
app_message_open(256 , 256);
12741274
// Load Fonts
12751275
FontHour = fonts_load_custom_font(resource_get_handle(RESOURCE_ID_FONT_GBOLD_34));
12761276
FontMinute = fonts_load_custom_font(resource_get_handle(RESOURCE_ID_FONT_GBOLD_18));

src/pkjs/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ module.exports = [
277277
},
278278
{
279279
"type": "heading",
280-
"defaultValue": "version v3.0",
280+
"defaultValue": "version v3.1",
281281
"size":6
282282
},
283283
{

0 commit comments

Comments
 (0)