2v16 bootloader hash

pull/2630/head
Gordon Williams 2023-03-03 16:30:13 +00:00
parent 1a3f338a17
commit 4433d2cef5
1 changed files with 1 additions and 0 deletions

View File

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