mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #776 from WillyJL/feat/m5stack-cardputer-adv
Add hardwareModel for M5Stack Cardputer Adv
This commit is contained in:
commit
34d31aeea5
1 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue