From 7f8d27b95e31872e70b59df2d9b596ea8313b4c4 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 19 Aug 2022 08:42:03 +0100 Subject: [PATCH] recognise 2v15 --- apps/fwupdate/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index 3f8f50b3f..8ef117933 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -83,6 +83,7 @@ function onInit(device) { if (crc==3508163280 || crc==1418074094) version = "2v12"; if (crc==4056371285) version = "2v13"; if (crc==1038322422) version = "2v14"; + if (crc==2560806221) version = "2v15"; if (!ok) { version += `(⚠ update required)`; }