Skip to content

Commit

Permalink
Add ignore_mqtt to LoRa config
Browse files Browse the repository at this point in the history
  • Loading branch information
GUVWAF authored and sachaw committed Jan 20, 2024
1 parent b8d0ce9 commit 44e369e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -914,4 +919,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}

0 comments on commit 44e369e

Please sign in to comment.