mirror of https://github.com/arendst/Tasmota.git
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:
commit
70f51b78fe
|
@ -536,7 +536,6 @@ void ESPKNXIP::__loop_knx()
|
|||
|
||||
uint8_t buf[read];
|
||||
udp.read(buf, read);
|
||||
udp.flush();
|
||||
|
||||
DEBUG_PRINT(F("Got packet:"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue