ignore ROUTING_APP

This commit is contained in:
liamcottle
2024-03-13 15:19:40 +13:00
parent ffdf735f82
commit 5f2f581121

View File

@ -303,6 +303,7 @@ client.on("message", async (topic, message) => {
// ignore packets we don't want to see for now // ignore packets we don't want to see for now
if(portnum === undefined // ignore failed to decrypt if(portnum === undefined // ignore failed to decrypt
|| portnum === 1 // ignore TEXT_MESSAGE_APP || portnum === 1 // ignore TEXT_MESSAGE_APP
|| portnum === 5 // ignore ROUTING_APP
|| portnum === 34 // ignore PAXCOUNTER_APP || portnum === 34 // ignore PAXCOUNTER_APP
|| portnum === 65 // ignore STORE_FORWARD_APP || portnum === 65 // ignore STORE_FORWARD_APP
|| portnum === 66 // ignore RANGE_TEST_APP || portnum === 66 // ignore RANGE_TEST_APP