ignore timeout calls

This commit is contained in:
John
2022-09-11 17:54:24 +02:00
parent fb4666cd1e
commit 795c16f584
+3
View File
@@ -543,6 +543,9 @@ void KnxHandler::sendNonGroupDisconnect(knx_addr_t dest) {
#define CONNECTION_TIMEOUT 6000
void KnxHandler::handleNonGroupTelegram(knx_transfer_t typ, knx_addr_t src, knx_addr_t dest, int len, const uint8_t *data) {
if (typ == KNX_TRANSFER_NONE) {
return;
}
logOtherNotice("knx", "skipping non-group PDU %3.3x", typ);
}