From 4ce5aff1d64bf2db68051703621de3a45004b3dd Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 9 Dec 2024 16:52:38 +0000 Subject: [PATCH] Show 'update complete' message after bootloader update so as not to freak people out --- apps/fwupdate/custom.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index bf8a55183..a604594b4 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -25,7 +25,7 @@

To update, click a link above and then click the 'Upload' button that appears.

- +

What is DFU? ▼

- + @@ -109,7 +109,7 @@ function onInit(device) { else if (crcs[0] == 3329616485) version = "2v22"; else if (crcs[0] == 1569433504) version = "2v23"; else if (crcs[0] == 680675961) version = "2v24"; - else if (crcs[0] == 4148062987 || crcs[0] == 3675049818) version = "2v25"; + else if (crcs[0] == 4148062987 || crcs[0] == 3675049818) version = "2v25"; else { // for other versions all 7 pages are used, check those var crc = crcs[1]; if (crc==1339551013) { version = "2v10.219"; ok = false; } @@ -388,6 +388,7 @@ function createJS_bootloader(binary, startAddress, endAddress) { for (var i=startAddress;i