Added firmware 1.86, misc f/w updates
This commit is contained in:
64
index.html
64
index.html
@@ -39,6 +39,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex border bg-[#1e293b] p-3 rounded shadow">
|
||||
<div class="my-auto">
|
||||
<div class="font-bold text-white">Current version: 1.86</div>
|
||||
<div class="text-sm text-gray-300">Updated on: 2026-Apr-26</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="border bg-[#1e293b] rounded shadow">
|
||||
|
||||
<div class="border-b px-2 py-1 text-white">
|
||||
@@ -672,6 +680,20 @@
|
||||
firmware_repo_classic: "https://git.rns.moscow/deuxyeux/RNode_Firmware",
|
||||
hardware_info: "https://heltec.org/project/mesh-node-t114/",
|
||||
},
|
||||
{
|
||||
name: "SenseCAP T1000E",
|
||||
id: ROM.PRODUCT_SENSECAP_T1000E,
|
||||
platform: ROM.PLATFORM_NRF52,
|
||||
models: [
|
||||
{
|
||||
id: ROM.MODEL_25,
|
||||
name: "863-928 MHz",
|
||||
},
|
||||
],
|
||||
firmware_filename_classic: "rnode_firmware_t1000e.zip",
|
||||
firmware_repo_classic: "https://github.com/cobraPA",
|
||||
hardware_info: "https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html",
|
||||
},
|
||||
{
|
||||
name: "LilyGO LoRa32 v1.0",
|
||||
id: ROM.PRODUCT_T32_10,
|
||||
@@ -1020,6 +1042,35 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "LilyGO T-Beam Supreme (V3)",
|
||||
id: ROM.PRODUCT_TBEAM_S_V3,
|
||||
platform: ROM.PLATFORM_ESP32,
|
||||
models: [
|
||||
{
|
||||
id: ROM.MODEL_DB,
|
||||
name: "433 MHz (with SX1268 chip)",
|
||||
},
|
||||
{
|
||||
id: ROM.MODEL_DC,
|
||||
name: "868/915/923 MHz (with SX1262 chip)",
|
||||
},
|
||||
],
|
||||
firmware_filename_classic: "rnode_firmware_tbeam_supreme_v3.zip",
|
||||
firmware_filename_microreticulum: "rnode_firmware_tbeam_supreme_v3.zip",
|
||||
firmware_repo_microreticulum: "https://github.com/attermann/microReticulum_Firmware",
|
||||
hardware_info: "https://lilygo.cc/en-us/products/t-beam-supreme",
|
||||
flash_config: {
|
||||
flash_size: "4MB",
|
||||
flash_files: {
|
||||
"0xe000": "rnode_firmware_tbeam_supreme_v3.boot_app0",
|
||||
"0x0": "rnode_firmware_tbeam_supreme_v3.bootloader",
|
||||
"0x10000": "rnode_firmware_tbeam_supreme_v3.bin",
|
||||
"0x210000": "console_image.bin",
|
||||
"0x8000": "rnode_firmware_tbeam_supreme_v3.partitions",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "LilyGO T-Deck",
|
||||
id: ROM.PRODUCT_TDECK,
|
||||
@@ -1201,6 +1252,19 @@
|
||||
id: ROM.MODEL_FE,
|
||||
name: "868/915/923 MHz",
|
||||
},
|
||||
{
|
||||
id: ROM.MODEL_FE,
|
||||
name: "868/915/923 MHz (Merged Binary)",
|
||||
firmware_filename_classic: "rnode_firmware_meshadventurer_merged.zip",
|
||||
firmware_repo_classic: "https://git.rns.moscow/deuxyeux/RNode_Firmware",
|
||||
hardware_info: "https://github.com/chrismyers2000/MeshAdventurer",
|
||||
flash_config: {
|
||||
flash_size: "4MB",
|
||||
flash_files: {
|
||||
"0x0": "rnode_firmware_meshadventurer_merged.bin",
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
firmware_filename_classic: "rnode_firmware_meshadventurer.zip",
|
||||
firmware_repo_classic: "https://git.rns.moscow/deuxyeux/RNode_Firmware",
|
||||
|
||||
Reference in New Issue
Block a user