Skip to content

Commit

Permalink
Merge pull request #527 from HelTecAutomation/master
Browse files Browse the repository at this point in the history
Add Heltec new boards
  • Loading branch information
thebentern authored Jul 1, 2024
2 parents e7327e7 + 0891eeb commit 1198b7d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,27 @@ enum HardwareModel {
*/
HELTEC_CAPSULE_SENSOR_V3 = 65;

/*
* Heltec Vision Master T190 with ESP32-S3 CPU, and a 1.90 inch TFT display
*/
HELTEC_VISION_MASTER_T190 = 66;

/*
* Heltec Vision Master E213 with ESP32-S3 CPU, and a 2.13 inch E-Ink display
*/
HELTEC_VISION_MASTER_E213 = 67;

/*
* Heltec Vision Master E290 with ESP32-S3 CPU, and a 2.9 inch E-Ink display
*/
HELTEC_VISION_MASTER_E290 = 68;

/*
* Heltec Mesh Node T114 board with nRF52840 CPU, and a 1.14 inch TFT display, Ultimate low-power design,
* specifically adapted for the Meshtatic project
*/
HELTEC_MESH_NODE_T114 = 69;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
Expand Down

0 comments on commit 1198b7d

Please sign in to comment.