BT alerts back on round

Only one person's using this face: my wife. So you all get BT alerts again :-p
This commit is contained in:
Neale Pickett 2016-03-09 20:24:01 -07:00
parent 6c88540334
commit 65b1fa6d39
2 changed files with 3 additions and 5 deletions

View File

@ -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
}

View File

@ -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() {