diff --git a/index.html b/index.html
index 942a695..844ef48 100644
--- a/index.html
+++ b/index.html
@@ -299,69 +299,6 @@
},
},
},
- {
- name: "LilyGO T-Beam",
- id: ROM.PRODUCT_TBEAM,
- platform: ROM.PLATFORM_ESP32,
- models: [
- {
- id: ROM.MODEL_E4,
- name: "433 MHz (with SX1278 chip)",
- flash_config: {
- flash_size: "4MB",
- flash_files: {
- "0xe000": "rnode_firmware_tbeam.boot_app0",
- "0x1000": "rnode_firmware_tbeam.bootloader",
- "0x10000": "rnode_firmware_tbeam.bin",
- "0x210000": "console_image.bin",
- "0x8000": "rnode_firmware_tbeam.partitions",
- },
- },
- },
- {
- id: ROM.MODEL_E9,
- name: "868/915/923 MHz (with SX1276 chip)",
- flash_config: {
- flash_size: "4MB",
- flash_files: {
- "0xe000": "rnode_firmware_tbeam.boot_app0",
- "0x1000": "rnode_firmware_tbeam.bootloader",
- "0x10000": "rnode_firmware_tbeam.bin",
- "0x210000": "console_image.bin",
- "0x8000": "rnode_firmware_tbeam.partitions",
- },
- },
- },
- {
- id: ROM.MODEL_E3,
- name: "433 MHz (with SX1268 chip)",
- flash_config: {
- flash_size: "4MB",
- flash_files: {
- "0xe000": "rnode_firmware_tbeam_sx1262.boot_app0",
- "0x1000": "rnode_firmware_tbeam_sx1262.bootloader",
- "0x10000": "rnode_firmware_tbeam_sx1262.bin",
- "0x210000": "console_image.bin",
- "0x8000": "rnode_firmware_tbeam_sx1262.partitions",
- },
- },
- },
- {
- id: ROM.MODEL_E8,
- name: "868/915/923 MHz (with SX1262 chip)",
- flash_config: {
- flash_size: "4MB",
- flash_files: {
- "0xe000": "rnode_firmware_tbeam_sx1262.boot_app0",
- "0x1000": "rnode_firmware_tbeam_sx1262.bootloader",
- "0x10000": "rnode_firmware_tbeam_sx1262.bin",
- "0x210000": "console_image.bin",
- "0x8000": "rnode_firmware_tbeam_sx1262.partitions",
- },
- },
- },
- ],
- },
{
name: "LilyGO LoRa32 v1.0",
id: ROM.PRODUCT_T32_10,
@@ -516,6 +453,69 @@
},
],
},
+ {
+ name: "LilyGO T-Beam",
+ id: ROM.PRODUCT_TBEAM,
+ platform: ROM.PLATFORM_ESP32,
+ models: [
+ {
+ id: ROM.MODEL_E4,
+ name: "433 MHz (with SX1278 chip)",
+ flash_config: {
+ flash_size: "4MB",
+ flash_files: {
+ "0xe000": "rnode_firmware_tbeam.boot_app0",
+ "0x1000": "rnode_firmware_tbeam.bootloader",
+ "0x10000": "rnode_firmware_tbeam.bin",
+ "0x210000": "console_image.bin",
+ "0x8000": "rnode_firmware_tbeam.partitions",
+ },
+ },
+ },
+ {
+ id: ROM.MODEL_E9,
+ name: "868/915/923 MHz (with SX1276 chip)",
+ flash_config: {
+ flash_size: "4MB",
+ flash_files: {
+ "0xe000": "rnode_firmware_tbeam.boot_app0",
+ "0x1000": "rnode_firmware_tbeam.bootloader",
+ "0x10000": "rnode_firmware_tbeam.bin",
+ "0x210000": "console_image.bin",
+ "0x8000": "rnode_firmware_tbeam.partitions",
+ },
+ },
+ },
+ {
+ id: ROM.MODEL_E3,
+ name: "433 MHz (with SX1268 chip)",
+ flash_config: {
+ flash_size: "4MB",
+ flash_files: {
+ "0xe000": "rnode_firmware_tbeam_sx1262.boot_app0",
+ "0x1000": "rnode_firmware_tbeam_sx1262.bootloader",
+ "0x10000": "rnode_firmware_tbeam_sx1262.bin",
+ "0x210000": "console_image.bin",
+ "0x8000": "rnode_firmware_tbeam_sx1262.partitions",
+ },
+ },
+ },
+ {
+ id: ROM.MODEL_E8,
+ name: "868/915/923 MHz (with SX1262 chip)",
+ flash_config: {
+ flash_size: "4MB",
+ flash_files: {
+ "0xe000": "rnode_firmware_tbeam_sx1262.boot_app0",
+ "0x1000": "rnode_firmware_tbeam_sx1262.bootloader",
+ "0x10000": "rnode_firmware_tbeam_sx1262.bin",
+ "0x210000": "console_image.bin",
+ "0x8000": "rnode_firmware_tbeam_sx1262.partitions",
+ },
+ },
+ },
+ ],
+ },
{
name: "RAK4631",
id: ROM.PRODUCT_RAK4631,