Merge pull request #8459 from morgenroth/fix-empty-knx-packets-bug

Fix: KNX empty UDP packets sent to the network
This commit is contained in:
Adrian Scillato 2020-05-18 18:45:24 -03:00 committed by GitHub
commit 70f51b78fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -536,7 +536,6 @@ void ESPKNXIP::__loop_knx()
uint8_t buf[read];
udp.read(buf, read);
udp.flush();
DEBUG_PRINT(F("Got packet:"));