From bc33b12fa1b7bcc8b2c8d49f88ec1ead08eb380c Mon Sep 17 00:00:00 2001 From: code8buster Date: Fri, 6 May 2022 22:16:32 +0000 Subject: [PATCH 1/2] 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. From e72e3e4c34b15ba1500e8f76d2862b1a821413a3 Mon Sep 17 00:00:00 2001 From: code8buster Date: Sat, 7 May 2022 01:21:36 +0000 Subject: [PATCH 2/2] add link to DR board files also removed whitespace --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index b45803c..ca3fed6 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/ */ @@ -344,7 +344,7 @@ enum HardwareModel { NRF52840_PCA10059 = 42; /* - * Custom Disaster Radio esp32 v3 device + * Custom Disaster Radio esp32 v3 device https://github.com/sudomesh/disaster-radio/tree/master/hardware/board_esp32_v3 */ DR_DEV = 43;