mirror of https://github.com/arendst/Tasmota.git
Add udp.flush() to KNX receiver (#22242)
This commit is contained in:
parent
789bbb8b97
commit
3a62cc6050
|
@ -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"));
|
||||
|
|
|
@ -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%%'>"
|
||||
|
|
Loading…
Reference in New Issue