Protobuf update to add Disaster Radio dev board

pull/146/head
code8buster 2022-05-06 22:16:32 +00:00 zatwierdzone przez GitHub
rodzic 521620ba14
commit bc33b12fa1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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.