Add THINKNODE_M3 identifier to mesh.proto

This commit is contained in:
Jonathan Bennett 2025-10-18 13:34:41 -05:00 committed by GitHub
parent 4a618380a0
commit 29242517f3
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.