From a95b21e3680f7a0e2041adee464b238df74f65e5 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 29 Aug 2024 11:05:53 +1200 Subject: [PATCH] add LilyGO LoRa T3S3 --- index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/index.html b/index.html index 584e87b..b231831 100644 --- a/index.html +++ b/index.html @@ -496,6 +496,41 @@ }, ], }, + { + name: "LilyGO LoRa T3S3", + id: ROM.PRODUCT_RNODE, + platform: ROM.PLATFORM_ESP32, + models: [ + { + id: ROM.MODEL_A1, + name: "410 - 525 MHz (with SX1268 chip)", + flash_config: { + flash_size: "4MB", + flash_files: { + "0xe000": "rnode_firmware_t3s3.boot_app0", + "0x0": "rnode_firmware_t3s3.bootloader", + "0x10000": "rnode_firmware_t3s3.bin", + "0x210000": "console_image.bin", + "0x8000": "rnode_firmware_t3s3.partitions", + }, + }, + }, + { + id: ROM.MODEL_A6, + name: "820 - 1020 MHz (with SX1262 chip)", + flash_config: { + flash_size: "4MB", + flash_files: { + "0xe000": "rnode_firmware_t3s3.boot_app0", + "0x0": "rnode_firmware_t3s3.bootloader", + "0x10000": "rnode_firmware_t3s3.bin", + "0x210000": "console_image.bin", + "0x8000": "rnode_firmware_t3s3.partitions", + }, + }, + }, + ], + }, { name: "RNode", id: ROM.PRODUCT_RNODE,