Add udp.flush() to KNX receiver (#22242)

This commit is contained in:
Theo Arends 2024-12-07 12:38:14 +01:00
parent 789bbb8b97
commit 3a62cc6050
2 changed files with 3 additions and 1 deletions

View File

@ -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"));

View File

@ -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%%'>"