Skip to content

Commit

Permalink
add heltec t114
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 21, 2024
1 parent 3a8595f commit 9ae9805
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 @@ -397,6 +397,22 @@
},
},
},
{
name: "Heltec T114",
id: ROM.PRODUCT_HELTEC_T114,
platform: ROM.PLATFORM_NRF52,
models: [
{
id: ROM.MODEL_C6,
name: "470-510 MHz (HT-n5262-LF)",
},
{
id: ROM.MODEL_C7,
name: "863-928 MHz (HT-n5262-HF)",
},
],
firmware_filename: "rnode_firmware_heltec_t114.zip",
},
{
name: "LilyGO LoRa32 v1.0",
id: ROM.PRODUCT_T32_10,
Expand Down
4 changes: 4 additions & 0 deletions js/rnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@ class ROM {
static MODEL_C5 = 0xC5
static MODEL_CA = 0xCA

static PRODUCT_HELTEC_T114 = 0xC2
static MODEL_C6 = 0xC6
static MODEL_C7 = 0xC7

static PRODUCT_TBEAM = 0xE0
static MODEL_E4 = 0xE4
static MODEL_E9 = 0xE9
Expand Down

0 comments on commit 9ae9805

Please sign in to comment.