From 45833c83d16da9782d11d5f178bb3032a3b70770 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 14 Jul 2024 16:40:23 +1200 Subject: [PATCH] flashing firmware zip via web serial to rak4631 is working --- index.html | 82 ++++++++- nrf52_dfu_flasher.js | 395 +++++++++++++++++++++++++++++++++++++++++++ zip.min.js | 1 + 3 files changed, 477 insertions(+), 1 deletion(-) create mode 100644 nrf52_dfu_flasher.js create mode 100644 zip.min.js diff --git a/index.html b/index.html index 21e955d..ae69755 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ RNode Flasher + + @@ -13,19 +15,28 @@
+