From abc03236c36f40b68eaed9a947d7319e2522c595 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 16 Jul 2024 23:00:42 +1200 Subject: [PATCH] tidy ui --- index.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 629dc1b..de78424 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,11 @@
+
+
RNode Flasher
+
Only RAK4631 is supported at this time.
+
+
1. Put device into DFU Mode
-
3. After flashing, Detect RNode version
- -
- -
-
4. Provision eeprom with device info, checksum and signature.
+
3. Provision eeprom with device info, checksum and signature.
-
5. Set Firmware Hash, for now it uses what the board knows, will fix later.
+
4. Set Firmware Hash, for now it uses what the board knows, will fix later.
-
6. Configure TNC mode: frequency, bandwidth, tx power, spreading factor, coding rate
+
5. Configure TNC mode: frequency, bandwidth, tx power, spreading factor, coding rate
+
EEPROM dumps are shown in dev tools console.
@@ -196,7 +198,7 @@ } const firmwareVersion = await rnode.getFirmwareVersion(); - alert("RNode has firmware v" + firmwareVersion); + alert("Device has RNode firmware v" + firmwareVersion); console.log({ firmware_version: await rnode.getFirmwareVersion(),