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.