We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba2d94 commit 8436e98Copy full SHA for 8436e98
1 file changed
meshtastic/mesh.proto
@@ -870,6 +870,11 @@ enum HardwareModel {
870
*/
871
TDISPLAY_S3_PRO = 126;
872
873
+ /*
874
+ * Heltec Mesh Node T096 board features an nRF52840 CPU and a TFT screen.
875
+ */
876
+ HELTEC_MESH_NODE_T096 = 126;
877
+
878
/*
879
* ------------------------------------------------------------------------------------------------------------------------------------------
880
* 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