add LilyGO T-Beam Supreme

This commit is contained in:
liamcottle
2024-10-29 22:32:56 +13:00
parent a89ded61b0
commit 8fcc0e7ccc
2 changed files with 30 additions and 0 deletions

View File

@@ -553,6 +553,32 @@
}, },
], ],
}, },
{
name: "LilyGO T-Beam Supreme",
id: ROM.PRODUCT_TBEAM_S_V1,
platform: ROM.PLATFORM_ESP32,
models: [
{
id: ROM.MODEL_DB,
name: "433 MHz (with SX1268 chip)",
},
{
id: ROM.MODEL_DC,
name: "868/915/923 MHz (with SX1262 chip)",
},
],
firmware_filename: "rnode_firmware_tbeam_supreme.zip",
flash_config: {
flash_size: "4MB",
flash_files: {
"0xe000": "rnode_firmware_tbeam_supreme.boot_app0",
"0x0": "rnode_firmware_tbeam_supreme.bootloader",
"0x10000": "rnode_firmware_tbeam_supreme.bin",
"0x210000": "console_image.bin",
"0x8000": "rnode_firmware_tbeam_supreme.partitions",
},
},
},
{ {
name: "RAK4631", name: "RAK4631",
id: ROM.PRODUCT_RAK4631, id: ROM.PRODUCT_RAK4631,

View File

@@ -752,6 +752,10 @@ class ROM {
static MODEL_E3 = 0xE3 static MODEL_E3 = 0xE3
static MODEL_E8 = 0xE8 static MODEL_E8 = 0xE8
static PRODUCT_TBEAM_S_V1 = 0xEA;
static MODEL_DB = 0xDB
static MODEL_DC = 0xDC
static PRODUCT_HMBRW = 0xF0 static PRODUCT_HMBRW = 0xF0
static MODEL_FF = 0xFF static MODEL_FF = 0xFF
static MODEL_FE = 0xFE static MODEL_FE = 0xFE