Skip to content

Commit

Permalink
add RNode
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Aug 28, 2024
1 parent dc0f697 commit a3acf07
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,39 @@
},
],
},
{
name: "RNode",
id: ROM.PRODUCT_RNODE,
platform: ROM.PLATFORM_ESP32,
models: [
{
id: ROM.MODEL_A2,
name: "Handheld v2.1 RNode, 410 - 525 MHz",
},
{
id: ROM.MODEL_A7,
name: "Handheld v2.1 RNode, 820 - 1020 MHz",
},
{
id: ROM.MODEL_A1,
name: "Prototype v2.2 RNode, 410 - 525 MHz",
},
{
id: ROM.MODEL_A6,
name: "Prototype v2.2 RNode, 820 - 1020 MHz",
},
],
flash_config: {
flash_size: "4MB",
flash_files: {
"0xe000": "rnode_firmware_ng21.boot_app0",
"0x1000": "rnode_firmware_ng21.bootloader",
"0x10000": "rnode_firmware_ng21.bin",
"0x210000": "console_image.bin",
"0x8000": "rnode_firmware_ng21.partitions",
},
},
},
],

// Liam's default config for New Zealand / LongFast on Slot 10
Expand Down

0 comments on commit a3acf07

Please sign in to comment.