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:
Tom Fifield
2024-05-20 11:17:21 +08:00
parent 112094b01f
commit 9c74130db5

View File

@ -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;
}