mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
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];
|
uint8_t buf[read];
|
||||||
udp.read(buf, read);
|
udp.read(buf, read);
|
||||||
udp.flush();
|
|
||||||
|
|
||||||
DEBUG_PRINT(F("Got packet:"));
|
DEBUG_PRINT(F("Got packet:"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user