mirror of https://github.com/espruino/BangleApps
2v16 bootloader hash
parent
1a3f338a17
commit
4433d2cef5
|
@ -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)`;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue