From 4433d2cef54149db0744b5d8a68ff5bacad4fc85 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 3 Mar 2023 16:30:13 +0000 Subject: [PATCH] 2v16 bootloader hash --- apps/fwupdate/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index 9e86a1c0f..de972b0e8 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -98,6 +98,7 @@ function onInit(device) { if (crc==4056371285) version = "2v13"; if (crc==1038322422) version = "2v14"; if (crc==2560806221) version = "2v15"; + if (crc==2886730689) version = "2v16"; if (!ok) { version += `(⚠ update required)`; }