From 4c82a2f39d44c68a4fede369db789b1dc4167288 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 12 Jan 2026 14:02:04 -0700 Subject: [PATCH 1/2] Add T-Beam 1W --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8de3a31..ca7a997 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. From 786f3bbf98507374b730688d1d648bfcbcb47c4c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 12 Jan 2026 15:36:39 -0600 Subject: [PATCH 2/2] Fix comment formatting in mesh.proto --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ca7a997..33f81a5 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -845,7 +845,7 @@ enum HardwareModel { */ MESHSTICK_1262 = 121; - /* + /* * LilyGo T-Beam 1W */ TBEAM_1_WATT = 122;