Add ignore_mqtt to LoRa config

This commit is contained in:
GUVWAF 2024-01-20 10:46:27 +01:00 committed by Sacha Weatherstone
parent b8d0ce9631
commit 44e369e181

View file

@ -866,6 +866,11 @@ message Config {
* in ignore_incoming will have packets they send dropped on receive (by router.cpp)
*/
repeated uint32 ignore_incoming = 103;
/*
* If true, the device will not process any packets received via LoRa that passed via MQTT anywhere on the path towards it.
*/
bool ignore_mqtt = 104;
}
message BluetoothConfig {
@ -914,4 +919,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}