From e67d74419c8fa7c76d65e216cfa4bf91113b6698 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 10 Jan 2024 11:58:16 +0000 Subject: [PATCH] add another bootloader CRC --- apps/fwupdate/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index fd16aa878..4809bd5a5 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -103,6 +103,7 @@ function onInit(device) { if (crc==156320890) version = "2v17"; if (crc==4012421318) version = "2v18"; if (crc==1856454048) version = "2v19"; + if (crc==2893810756) version = "2v20"; if (!ok) { version += `(⚠ update required)`; }