Skip to content

Commit

Permalink
Add udp.flush() to KNX receiver (#22242)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Dec 7, 2024
1 parent 789bbb8 commit 3a62cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/lib_div/esp-knx-ip-0.5.2/src/esp-knx-ip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ void ESPKNXIP::__loop_knx()

DEBUG_PRINTLN(F(""));

udp.flush();

knx_ip_pkt_t *knx_pkt = (knx_ip_pkt_t *)buf;

DEBUG_PRINT(F("ST: 0x"));
Expand Down
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const char HTTP_HEAD_STYLE3[] PROGMEM =
"<h2>%s</h2>"; // Device name

const char HTTP_MENU_HEAD[] PROGMEM =
"<span style='text-align:center;'><h3><hr/>%s<hr/></h3></span>";
"<div style='padding:0px 5px;text-align:center;'><h3><hr/>%s<hr/></h3></div>";

const char HTTP_MSG_SLIDER_SHUTTER[] PROGMEM =
"<td style='width:70%%'>"
Expand Down

0 comments on commit 3a62cc6

Please sign in to comment.