From 0fef557f8e4030cdfe4db57079c13e6898a8ab6b Mon Sep 17 00:00:00 2001 From: Richard de Boer Date: Thu, 11 Nov 2021 12:38:24 +0100 Subject: [PATCH 1/2] apps.json fix: fwupdate is for Bangle.js 2 only This app used to be tagged `b2` only, but got both devices during the great `tags`->`supports` update: https://github.com/espruino/BangleApps/commit/a94790391a9f13ab83c9658ba48080b9d5967190#diff-70e375511009c0cb767fdc64667e148359c6d6b7b8cf4f100b7eb0e853f83529L8-R10 --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 89d06093a..2e122159d 100644 --- a/apps.json +++ b/apps.json @@ -7,7 +7,7 @@ "icon": "app.png", "type": "RAM", "tags": "tools,system", - "supports": ["BANGLEJS","BANGLEJS2"], + "supports": ["BANGLEJS2"], "custom": "custom.html", "customConnect": true, "storage": [], From 36d156a8a9f9c17b7f14579a64ed6ece455e1456 Mon Sep 17 00:00:00 2001 From: jonathan Date: Thu, 11 Nov 2021 18:56:18 +0000 Subject: [PATCH 2/2] BLE GATT Battery Service works on Bangle JS 2 --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 2e122159d..c4b0eb41a 100644 --- a/apps.json +++ b/apps.json @@ -2852,7 +2852,7 @@ "icon": "bluetooth.png", "type": "bootloader", "tags": "battery,ble,bluetooth,gatt", - "supports": ["BANGLEJS"], + "supports": ["BANGLEJS","BANGLEJS2"], "readme": "README.md", "storage": [ {"name":"gattbat.boot.js","url":"boot.js"}