mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add RAK11200 device model
This commit is contained in:
parent
6c39b5bf47
commit
c4a7b9d52f
1 changed files with 4 additions and 0 deletions
|
|
@ -242,6 +242,10 @@ enum HardwareModel {
|
|||
* Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics
|
||||
*/
|
||||
DIY_V1 = 39;
|
||||
/*
|
||||
* RAK WisBlock ESP32 core: https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11200/Overview/
|
||||
*/
|
||||
RAK11200 = 40;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue