Update mesh.proto

This commit is contained in:
Jonathan Bennett 2025-09-15 15:28:07 -05:00 committed by GitHub
parent 8cd1fc8353
commit 29cd0eec7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -755,9 +755,9 @@ enum HardwareModel {
T_LORA_PAGER = 103;
/*
* M5Stack 6cl
* M5Stack Reserved
*/
M5STACK_UNITC6L = 0x68;
M5STACK_RESERVED = 104; // 0x68
/*
* RAKwireless WisMesh Tag
@ -790,6 +790,11 @@ enum HardwareModel {
*/
HELTEC_V4 = 110;
/*
* M5Stack C6L
*/
M5STACK_C6L = 111;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.