Page header changes, added Heltec V4.3

This commit is contained in:
2026-04-09 13:38:51 +03:00
parent d7ffebe55c
commit dc0acb585c

View File

@@ -32,8 +32,10 @@
<img src="reticulum_logo_512.png" class="w-14 h-14"/> <img src="reticulum_logo_512.png" class="w-14 h-14"/>
</div> </div>
<div class="my-auto"> <div class="my-auto">
<div class="font-bold text-white">RNode Flasher for DIY devices</div> <div class="font-bold text-white">RNode Flasher</div>
<div class="text-sm text-gray-300">Developed by <a target="_blank" href="https://liamcottle.com" class="text-blue-500 hover:underline">Liam Cottle</a></div> <div class="text-sm text-gray-300">Supports factory and DIY devices. Originally by <a target="_blank" href="https://liamcottle.com" class="text-blue-500 hover:underline">Liam Cottle</a></div>
<div class="text-sm text-gray-300">Maintained by <a target="_blank" href="https://t.me/TheLT#" class="text-blue-500 hover:underline">Nickie Deuxyeux</a></div>
<div class="text-sm text-gray-300">Firmware archive (binaries) available <a target="_blank" href="/firmware/" class="text-blue-500 hover:underline">here</a></div>
</div> </div>
</div> </div>
@@ -266,7 +268,7 @@
<div class="border bg-[#1e293b] rounded shadow"> <div class="border bg-[#1e293b] rounded shadow">
<div class="border-b px-2 py-1 text-white"> <div class="border-b px-2 py-1 text-white">
Configure TNC Mode (optional) Configure TNC Mode / Transport Mode
</div> </div>
<div class="border-b px-2 py-1 text-sm text-gray-300"> <div class="border-b px-2 py-1 text-sm text-gray-300">
@@ -609,7 +611,7 @@
models: [ models: [
{ {
id: ROM.MODEL_C8, id: ROM.MODEL_C8,
name: "868 MHz / 915 MHz / 923 MHz with PA", name: "868 MHz / 915 MHz / 923 MHz with PA (V4.2-V4.3)",
}, },
{ {
id: ROM.MODEL_C8, id: ROM.MODEL_C8,
@@ -1119,10 +1121,10 @@
flash_size: "16MB", flash_size: "16MB",
flash_files: { flash_files: {
"0xe000": "rnode_firmware_meshadventurer_s3.boot_app0", "0xe000": "rnode_firmware_meshadventurer_s3.boot_app0",
"0x1000": "rnode_firmware_meshadventurer_s3.bootloader", "0x0": "rnode_firmware_meshadventurer_s3.bootloader",
"0x10000": "rnode_firmware_meshadventurer_s3.bin", "0x10000": "rnode_firmware_meshadventurer_s3.bin",
"0x210000": "console_image.bin",
"0x8000": "rnode_firmware_meshadventurer_s3.partitions", "0x8000": "rnode_firmware_meshadventurer_s3.partitions",
"0x210000": "console_image.bin",
}, },
}, },
}, },
@@ -1138,10 +1140,10 @@
flash_size: "16MB", flash_size: "16MB",
flash_files: { flash_files: {
"0xe000": "rnode_firmware_meshadventurer_s3.boot_app0", "0xe000": "rnode_firmware_meshadventurer_s3.boot_app0",
"0x1000": "rnode_firmware_meshadventurer_s3.bootloader", "0x0": "rnode_firmware_meshadventurer_s3.bootloader",
"0x10000": "rnode_firmware_meshadventurer_s3.bin", "0x10000": "rnode_firmware_meshadventurer_s3.bin",
"0x210000": "console_image.bin",
"0x8000": "rnode_firmware_meshadventurer_s3.partitions", "0x8000": "rnode_firmware_meshadventurer_s3.partitions",
"0x210000": "console_image.bin",
}, },
}, },
}, },