From c4a7b9d52f3d0339f49ce19ad4105a7763f330ce Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 24 Jan 2022 13:48:41 -0600 Subject: [PATCH] Add RAK11200 device model --- mesh.proto | 4 ++++ 1 file changed, 4 insertions(+) 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; } /*