Skip to content

Commit

Permalink
bootloader CRC
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jun 9, 2022
1 parent 2c57e4c commit e1cc59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/fwupdate/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
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)`;
}
Expand Down
2 changes: 1 addition & 1 deletion bin/firmwaremaker_c.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1cc59e

Please sign in to comment.