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
@@ -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(),