We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8265a2 + eaf7d20 commit 249a808Copy full SHA for 249a808
1 file changed
meshtastic/mesh.proto
@@ -888,6 +888,11 @@ enum HardwareModel {
888
THINKNODE_M8 = 130;
889
THINKNODE_M9 = 131;
890
891
+ /*
892
+ * The Heltec-V4-R8 uses an ESP32S3R8 chip, plus an SX1262.
893
+ */
894
+ HELTEC_V4_R8 = 132;
895
+
896
/*
897
* ------------------------------------------------------------------------------------------------------------------------------------------
898
* 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