From 96ee2a52c8bf409a6d9d8ac0fcb08239ded91080 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 7 Mar 2023 15:44:37 +0000 Subject: [PATCH] add 2v17 firmware --- apps/fwupdate/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index de972b0e8..a648030c1 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -99,6 +99,7 @@ function onInit(device) { if (crc==1038322422) version = "2v14"; if (crc==2560806221) version = "2v15"; if (crc==2886730689) version = "2v16"; + if (crc==156320890) version = "2v17"; if (!ok) { version += `(⚠ update required)`; }