mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Missing part of platformio split
ref. https://github.com/meshtastic/Meshtastic-device/pull/1141
This commit is contained in:
parent
a9bba331e6
commit
6bb2500c45
1 changed files with 4 additions and 0 deletions
|
|
@ -246,6 +246,10 @@ enum HardwareModel {
|
|||
* RAK WisBlock ESP32 core: https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11200/Overview/
|
||||
*/
|
||||
RAK11200 = 40;
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
PRIVATE_HW = 255;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue