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.
- + - + @@ -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