Skip to content

Commit

Permalink
Merge pull request #8459 from morgenroth/fix-empty-knx-packets-bug
Browse files Browse the repository at this point in the history
Fix: KNX empty UDP packets sent to the network
  • Loading branch information
ascillato2 authored May 18, 2020
2 parents d390899 + 05c45f7 commit 70f51b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/esp-knx-ip-0.5.2/esp-knx-ip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ void ESPKNXIP::__loop_knx()

uint8_t buf[read];
udp.read(buf, read);
udp.flush();

DEBUG_PRINT(F("Got packet:"));

Expand Down

0 comments on commit 70f51b7

Please sign in to comment.