Skip to content

Commit

Permalink
DFU
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Dec 9, 2024
1 parent 3d56d6a commit c26fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fwupdate/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
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) 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; }
Expand Down

0 comments on commit c26fcd0

Please sign in to comment.