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.