mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add ignore_mqtt to LoRa config
This commit is contained in:
parent
b8d0ce9631
commit
44e369e181
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue