ios 0.16: Always request Current Time service from iOS

pull/3143/head
Gordon Williams 2024-01-02 15:05:29 +00:00
parent 75970a1aee
commit 6a75df46d1
3 changed files with 4 additions and 2 deletions

View File

@ -13,4 +13,5 @@
0.13: Making ANCS message receive more resilient (#2402)
0.14: Add settings page, allow time sync
Allow negative/positive actions to pass through to message GUI
0.15: Enable calendar and weather updates via custom notifications (via shortcuts app)
0.15: Enable calendar and weather updates via custom notifications (via shortcuts app)
0.16: Always request Current Time service from iOS

View File

@ -1,4 +1,5 @@
bleServiceOptions.ancs = true;
bleServiceOptions.cts = true;
if (NRF.amsIsActive) bleServiceOptions.ams = true; // amsIsActive was added at the same time as the "am" option
Bangle.ancsMessageQueue = [];

View File

@ -1,7 +1,7 @@
{
"id": "ios",
"name": "iOS Integration",
"version": "0.15",
"version": "0.16",
"description": "Display notifications/music/etc from iOS devices",
"icon": "app.png",
"tags": "tool,system,ios,apple,messages,notifications",