We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44298d3 commit fe66d9fCopy full SHA for fe66d9f
meshtastic/mesh.proto
@@ -855,6 +855,11 @@ 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
* ------------------------------------------------------------------------------------------------------------------------------------------
865
* 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