mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add a major identifier for m5stack hardware.
Can be used for development and definitions on all variants (Stack, Stick, Core, Core2, Epaper, Stamps)
This commit is contained in:
parent
a69ec493e0
commit
d0f845ccaa
1 changed files with 5 additions and 0 deletions
|
|
@ -348,6 +348,11 @@ enum HardwareModel {
|
|||
*/
|
||||
DR_DEV = 43;
|
||||
|
||||
/*
|
||||
* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/
|
||||
*/
|
||||
M5STACK = 44;
|
||||
|
||||
/*
|
||||
* 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