From 469b2c76f2284134aae2f191f0595fb09b82750f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 13 Dec 2021 15:57:29 +0000 Subject: [PATCH 1/2] make firmware update app beta again --- apps.json | 4 ++-- apps/fwupdate/custom.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 2752e2a0f..0826bbf81 100644 --- a/apps.json +++ b/apps.json @@ -3,7 +3,7 @@ "id": "fwupdate", "name": "Firmware Update", "version": "0.02", - "description": "Uploads new Espruino firmwares to Bangle.js 2", + "description": "[BETA] Uploads new Espruino firmwares to Bangle.js 2. For now, please use the instructions under https://www.espruino.com/Bangle.js2#firmware-updates", "icon": "app.png", "type": "RAM", "tags": "tools,system", @@ -11,7 +11,7 @@ "custom": "custom.html", "customConnect": true, "storage": [], - "sortorder": -20 + "sortorder": 20 }, { "id": "boot", diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index b5c79a325..8c2008e54 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -3,6 +3,8 @@ +

THIS IS CURRENTLY BETA - PLEASE USE THE NORMAL FIRMWARE UPDATE + INSTRUCTIONS FOR BANGLE.JS 1 AND BANGLE.JS 2. For usage on Bangle.js 2 you'll likely need to have an updated bootloader.

Firmware updates using the App Loader are only possible on Bangle.js 2. For firmware updates on Bangle.js 1 please From d46d99d4081175bc5399b01891f8451f120fadd2 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 13 Dec 2021 16:56:30 +0000 Subject: [PATCH 2/2] Fix every update ending with "Update failed, no apps can be updated" --- core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core b/core index 23854083e..b033af017 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 23854083e0c3f83c649073a2d85e8079efc471d3 +Subproject commit b033af017f6789a6a7777e6ef1428d94995a9b8b