mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
new HWID's
This commit is contained in:
parent
0b815a6f93
commit
deff1ca54e
1 changed files with 15 additions and 0 deletions
|
|
@ -724,6 +724,21 @@ enum HardwareModel {
|
|||
*/
|
||||
CROWPANEL = 97;
|
||||
|
||||
/*
|
||||
* "Lilygo" LINK32 board with sensors
|
||||
*/
|
||||
LINK_32 = 98;
|
||||
|
||||
/*
|
||||
* Seeed Tracker L1
|
||||
*/
|
||||
SEEED_TRACKER_L1 = 99;
|
||||
|
||||
/*
|
||||
* Seeed Tracker L1 EINK driver
|
||||
*/
|
||||
SEEED_TRACKER_L1_EINK = 100;
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* 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