bootloader CRC

pull/1944/head
Gordon Williams 2022-06-09 17:06:52 +01:00
parent 2c57e4c744
commit e1cc59ec4f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/nodejs
#!/usr/bin/node
/*
Mashes together a bunch of different apps into a big binary blob.
We then store this *inside* the Bangle.js firmware and can use it