mirror of
https://github.com/liamcottle/rnode-flasher.git
synced 2025-12-22 08:17:09 +00:00
add LilyGO LoRa T3S3
This commit is contained in:
35
index.html
35
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,
|
||||
|
||||
Reference in New Issue
Block a user