diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8de3a31..33f81a5 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -845,6 +845,11 @@ enum HardwareModel { */ MESHSTICK_1262 = 121; + /* + * LilyGo T-Beam 1W + */ + TBEAM_1_WATT = 122; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.