Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -790,11 +790,16 @@ enum HardwareModel {
*/
HELTEC_V4 = 110;

/*
/*
* M5Stack C6L
*/
M5STACK_C6L = 111;

/*
* M5Stack Cardputer Adv
*/
M5STACK_CARDPUTER_ADV = 112;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.
Expand Down