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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user