Skip to content

Commit

Permalink
add LilyGO T-Beam Supreme
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Oct 29, 2024
1 parent a89ded6 commit 8fcc0e7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
id: ROM.PRODUCT_RAK4631,
Expand Down
4 changes: 4 additions & 0 deletions js/rnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,10 @@ class ROM {
static MODEL_E3 = 0xE3
static MODEL_E8 = 0xE8

static PRODUCT_TBEAM_S_V1 = 0xEA;
static MODEL_DB = 0xDB
static MODEL_DC = 0xDC

static PRODUCT_HMBRW = 0xF0
static MODEL_FF = 0xFF
static MODEL_FE = 0xFE
Expand Down

0 comments on commit 8fcc0e7

Please sign in to comment.