This commit is contained in:
liamcottle
2024-07-20 20:55:36 +12:00
parent d5a671d239
commit 365c240fcf

View File

@@ -636,7 +636,9 @@
} }
// todo: this works, but we should be calculating the firmware hash from the file, and not giving the board what it already knows // todo: this works, but we should be calculating the firmware hash from the file, and not giving the board what it already knows
console.log("setting firmware hash");
await rnode.setFirmwareHash(await rnode.getFirmwareHash()); await rnode.setFirmwareHash(await rnode.getFirmwareHash());
console.log("setting firmware hash: done");
// wait a bit for eeprom writes to complete // wait a bit for eeprom writes to complete
await Utils.sleepMillis(5000); await Utils.sleepMillis(5000);