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)`;
}