From c4eab768ad1b193da3794e9bd43cf81fafcded7d Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Wed, 7 Jan 2026 22:49:52 -0600 Subject: [PATCH] Add MESHSTICK_1262 identifier to mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8775d6e..c05e5ea 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -840,6 +840,11 @@ enum HardwareModel { */ THINKNODE_M6 = 120; + /* + * Elecrow Meshstick 1262 + */ + MESHSTICK_1262 = 121; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.