From f30f7d450ccddef9d6674e0de7fd72ac70f29066 Mon Sep 17 00:00:00 2001 From: Logan B <3870583+thinkpoop@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:41:17 -0600 Subject: [PATCH 1/3] fwupdate: Add target=_blank on links leaving the page --- apps/fwupdate/custom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index b917da87b..c2a12bb91 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -3,7 +3,7 @@ -

This tool allows you to update the firmware on Bangle.js 2 devices +

This tool allows you to update the firmware on Bangle.js 2 devices from within the App Loader.

@@ -32,7 +32,7 @@ bit of code that runs when Bangle.js starts, and it is able to update the Bangle.js firmware. Normally you would update firmware via this Firmware Updater app, but if for some reason Bangle.js will not boot, you can - always use DFU to do the update manually. + always use DFU to do the update manually. On DFU 2v19 and earlier, iOS devices could have issues updating firmware - 2v20 fixes this.

DFU is itself a bootloader, but here we're calling it DFU to avoid confusion with the Bootloader app in the app loader (which prepares Bangle.js for running apps).

@@ -42,7 +42,7 @@