mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add hardwareModel for M5stack c6l (#775)
* Add hardwareModel for M5stack c6l * Update comment to match enum * Update mesh.proto
This commit is contained in:
parent
8caf423964
commit
945b796a98
1 changed files with 7 additions and 2 deletions
|
|
@ -755,9 +755,9 @@ enum HardwareModel {
|
|||
T_LORA_PAGER = 103;
|
||||
|
||||
/*
|
||||
* GAT562 Mesh Trial Tracker
|
||||
* M5Stack Reserved
|
||||
*/
|
||||
GAT562_MESH_TRIAL_TRACKER = 104;
|
||||
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