Merge pull request #796 from meshtastic/jp-bennett-patch-3

Add THINKNODE_M3 identifier to mesh.proto
This commit is contained in:
Ben Meadors 2025-10-18 18:22:34 -05:00 committed by GitHub
commit bf149bbdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -810,6 +810,11 @@ enum HardwareModel {
*/
T_WATCH_ULTRA = 114;
/*
* Elecrow ThinkNode M3
*/
THINKNODE_M3 = 115;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.