Add 257 ATAK_FORWARDER to ignored packet types
72 ATAK_PLUGIN was already ignored by Meshtastic Map. This patch adds 257 ATAK_FORWARDER to the list of ignored packets.
This commit is contained in:
parent
112094b01f
commit
9c74130db5
1 changed files with 1 additions and 0 deletions
|
|
@ -720,6 +720,7 @@ client.on("message", async (topic, message) => {
|
|||
|| portnum === 65 // ignore STORE_FORWARD_APP
|
||||
|| portnum === 66 // ignore RANGE_TEST_APP
|
||||
|| portnum === 72 // ignore ATAK_PLUGIN
|
||||
|| portnum === 257 // ignore ATAK_FORWARDER
|
||||
){
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue