diff --git a/mesh.proto b/mesh.proto index d0e4617..ded38b0 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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; } /*