Update to be aware of 2v18

master
Gordon Williams 2023-05-24 13:01:00 +01:00
parent 0b2ca361c4
commit c1f2ca5b78
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ function onInit(device) {
if (crc==2560806221) version = "2v15"; if (crc==2560806221) version = "2v15";
if (crc==2886730689) version = "2v16"; if (crc==2886730689) version = "2v16";
if (crc==156320890) version = "2v17"; if (crc==156320890) version = "2v17";
if (crc==4012421318) version = "2v18";
if (!ok) { if (!ok) {
version += `(⚠ update required)`; version += `(⚠ update required)`;
} }