update fw 2v13 CRC

pull/1886/head^2
Gordon Williams 2022-06-06 14:54:33 +01:00
parent e12c982156
commit 479b53d607
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ function onInit(device) {
if (crc==3435933210) version = "2v11.52";
if (crc==46757280) version = "2v11.58";
if (crc==3508163280 || crc==1418074094) version = "2v12";
if (crc==4056371285) version = "2v13";
if (!ok) {
version += `(⚠ update required)`;
}