Skip to content

Commit 589c1cc

Browse files
authored
Merge pull request #1 from meshtastic/master
[pull] master from meshtastic:master
2 parents 44298d3 + 93bee53 commit 589c1cc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

meshtastic/mesh.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,16 @@ enum HardwareModel {
855855
*/
856856
T5_S3_EPAPER_PRO = 123;
857857

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+
858868
/*
859869
* ------------------------------------------------------------------------------------------------------------------------------------------
860870
* 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

Comments
 (0)