hide logs
This commit is contained in:
parent
889cc15bb3
commit
0e875807ce
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ client.on("message", async (topic, message) => {
|
|||
}
|
||||
|
||||
const logKnownPacketTypes = false;
|
||||
const logUnknownPacketTypes = true;
|
||||
const logUnknownPacketTypes = false;
|
||||
const portnum = envelope.packet?.decoded?.portnum;
|
||||
|
||||
if(portnum === 3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue