From bc33b12fa1b7bcc8b2c8d49f88ec1ead08eb380c Mon Sep 17 00:00:00 2001 From: code8buster Date: Fri, 6 May 2022 22:16:32 +0000 Subject: [PATCH] Protobuf update to add Disaster Radio dev board --- mesh.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 3dd6420..b45803c 100644 --- a/mesh.proto +++ b/mesh.proto @@ -327,7 +327,7 @@ 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/ */ @@ -342,6 +342,11 @@ enum HardwareModel { * nRF52840 Dongle : https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle/ */ NRF52840_PCA10059 = 42; + + /* + * Custom Disaster Radio esp32 v3 device + */ + DR_DEV = 43; /* * 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.