From 39554794a9f576b2205703ffeb0035e8e314712f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 24 Jul 2024 21:05:31 +1200 Subject: [PATCH] add logging --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 6764d70..051b4e4 100644 --- a/index.html +++ b/index.html @@ -410,8 +410,12 @@ } // enter dfu mode + console.log("entering dfu mode"); const flasher = new Nrf52DfuFlasher(serialPort); await flasher.enterDfuMode(); + console.log("entering dfu mode: done"); + + alert("Device should now be in DFU mode."); }, async flash() {