add LilyGO LoRa T3S3

This commit is contained in:
liamcottle
2024-08-29 11:05:53 +12:00
parent 6c59706d66
commit a95b21e368

View File

@@ -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,