mirror of https://github.com/espruino/BangleApps
add another bootloader CRC
parent
0e29375ef5
commit
e67d74419c
|
@ -103,6 +103,7 @@ function onInit(device) {
|
|||
if (crc==156320890) version = "2v17";
|
||||
if (crc==4012421318) version = "2v18";
|
||||
if (crc==1856454048) version = "2v19";
|
||||
if (crc==2893810756) version = "2v20";
|
||||
if (!ok) {
|
||||
version += `(⚠ update required)`;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue