From 365c240fcf5ba3cf0fc112117df076ea60929a44 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 20 Jul 2024 20:55:36 +1200 Subject: [PATCH] add logs --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index f4550e0..2e6fbd0 100644 --- a/index.html +++ b/index.html @@ -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 + console.log("setting firmware hash"); await rnode.setFirmwareHash(await rnode.getFirmwareHash()); + console.log("setting firmware hash: done"); // wait a bit for eeprom writes to complete await Utils.sleepMillis(5000);