kopia lustrzana https://github.com/meshtastic/protobufs
new HWID's
rodzic
0b815a6f93
commit
deff1ca54e
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue