diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 27ec65d..a844065 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } -} +} \ No newline at end of file