We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44298d3 + 93bee53 commit 589c1ccCopy full SHA for 589c1cc
1 file changed
meshtastic/mesh.proto
@@ -855,6 +855,16 @@ enum HardwareModel {
855
*/
856
T5_S3_EPAPER_PRO = 123;
857
858
+ /*
859
+ * LilyGo T-Beam BPF (144-148Mhz)
860
+ */
861
+ TBEAM_BPF = 124;
862
+
863
864
+ * LilyGo T-Mini E-paper S3 Kit
865
866
+ MINI_EPAPER_S3 = 125;
867
868
/*
869
* ------------------------------------------------------------------------------------------------------------------------------------------
870
* 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