Merge pull request #839 from meshtastic/jp-bennett-patch-6

Add MESHSTICK_1262 identifier to mesh.proto
This commit is contained in:
Ben Meadors 2026-01-08 04:58:17 -06:00 committed by GitHub
commit 4ed2d1a35e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.