Skip to content

Commit 249a808

Browse files
authored
Merge pull request #898 from Quency-D/heltec-v4-r8
add heltec-v4-r8 board
2 parents d8265a2 + eaf7d20 commit 249a808

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

meshtastic/mesh.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,11 @@ enum HardwareModel {
888888
THINKNODE_M8 = 130;
889889
THINKNODE_M9 = 131;
890890

891+
/*
892+
* The Heltec-V4-R8 uses an ESP32S3R8 chip, plus an SX1262.
893+
*/
894+
HELTEC_V4_R8 = 132;
895+
891896
/*
892897
* ------------------------------------------------------------------------------------------------------------------------------------------
893898
* 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.

0 commit comments

Comments
 (0)