mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update mesh.proto
This commit is contained in:
parent
8cd1fc8353
commit
29cd0eec7b
1 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue