1
0
Fork 0

recognise 2v15

master
Gordon Williams 2022-08-19 08:42:03 +01:00
parent fa8b20f3f1
commit 7f8d27b95e
1 changed files with 1 additions and 0 deletions

View File

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