Add hardwareModel for M5stack c6l (#775)

* Add hardwareModel for M5stack c6l

* Update comment to match enum

* Update mesh.proto
This commit is contained in:
Jonathan Bennett 2025-09-15 15:33:11 -05:00 committed by GitHub
parent 8caf423964
commit 945b796a98
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;
/*
* 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.