diff --git a/appinfo.json b/appinfo.json index 2afe47f..dc331c4 100644 --- a/appinfo.json +++ b/appinfo.json @@ -4,6 +4,7 @@ "" ], "companyName": "dartcatcher@gmail.com", + "enableMultiJS": false, "longName": "Twatch Rings", "projectType": "native", "resources": { @@ -40,11 +41,12 @@ "sdkVersion": "3", "shortName": "Twatch Rings", "targetPlatforms": [ + "aplite", "basalt", "chalk" ], "uuid": "029c47c0-f364-4d8f-bf66-abd35a9008f8", - "versionLabel": "1.1", + "versionLabel": "1.2", "watchapp": { "watchface": true } diff --git a/src/main.c b/src/main.c index 1dfa25e..d27532f 100644 --- a/src/main.c +++ b/src/main.c @@ -184,12 +184,8 @@ static void init() { tick_subscribe(); -#ifdef PBL_ROUND - bt_connected = true; -#else bluetooth_connection_service_subscribe(bt_handler); bt_connected = bluetooth_connection_service_peek(); -#endif } static void deinit() {