Skip to content

Commit

Permalink
add LilyGO T-Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Oct 29, 2024
1 parent f4affec commit d7322cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,22 @@
},
},
},
{
name: "LilyGO T-Echo",
id: ROM.PRODUCT_TECHO,
platform: ROM.PLATFORM_NRF52,
models: [
{
id: ROM.MODEL_T4,
name: "433 MHz",
},
{
id: ROM.MODEL_T9,
name: "868 MHz / 915 MHz / 923 MHz",
},
],
firmware_filename: "rnode_firmware_techo.zip",
},
{
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 @@ -760,6 +760,10 @@ class ROM {
static MODEL_D4 = 0xD4;
static MODEL_D9 = 0xD9;

static PRODUCT_TECHO = 0x15;
static MODEL_T4 = 0x16;
static MODEL_T9 = 0x17;

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

0 comments on commit d7322cb

Please sign in to comment.