From 4c82a2f39d44c68a4fede369db789b1dc4167288 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 12 Jan 2026 14:02:04 -0700 Subject: [PATCH] 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.