diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html
index 90f7c642b..6dcaad035 100644
--- a/apps/fwupdate/custom.html
+++ b/apps/fwupdate/custom.html
@@ -100,6 +100,7 @@ function onInit(device) {
if (crc==2560806221) version = "2v15";
if (crc==2886730689) version = "2v16";
if (crc==156320890) version = "2v17";
+ if (crc==4012421318) version = "2v18";
if (!ok) {
version += `(⚠ update required)`;
}