1
0
Fork 0

add 2v17 firmware

master
Gordon Williams 2023-03-07 15:44:37 +00:00
parent 8ca9a89dd0
commit 96ee2a52c8
1 changed files with 1 additions and 0 deletions

View File

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