We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2edc5ab + 0cc9cb2 commit cdde287Copy full SHA for cdde287
meshtastic/mesh.proto
@@ -865,6 +865,11 @@ enum HardwareModel {
865
*/
866
MINI_EPAPER_S3 = 125;
867
868
+ /*
869
+ * LilyGo T-Display S3 Pro LR1121
870
+ */
871
+ TDISPLAY_S3_PRO = 126;
872
+
873
/*
874
* ------------------------------------------------------------------------------------------------------------------------------------------
875
* 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