diff --git a/appinfo.json b/appinfo.json index dd499bb..319c7de 100644 --- a/appinfo.json +++ b/appinfo.json @@ -115,7 +115,7 @@ "chalk" ], "uuid": "2dce4324-374b-4e5e-9b98-3275561118f3", - "versionLabel": "1.0", + "versionLabel": "1.2", "watchapp": { "watchface": true } diff --git a/src/main.c b/src/main.c index 78c8040..d6e9f4f 100644 --- a/src/main.c +++ b/src/main.c @@ -141,8 +141,13 @@ static void init() { window_stack_push(s_main_window, true); tick_timer_service_subscribe(MINUTE_UNIT, handle_minute_tick); + +#ifdef PBL_ROUND + bt_connected = true; +#else bluetooth_connection_service_subscribe(bt_handler); bt_connected = bluetooth_connection_service_peek(); +#endif app_message_register_inbox_received(in_received_handler); app_message_register_inbox_dropped(in_dropped_handler);