diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index aace7d4..d7f6647 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -855,6 +855,16 @@ enum HardwareModel { */ T5_S3_EPAPER_PRO = 123; + /* + * LilyGo T-Beam BPF (144-148Mhz) + */ + TBEAM_BPF = 124; + + /* + * LilyGo T-Mini E-paper S3 Kit + */ + MINI_EPAPER_S3 = 125; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.