mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12581 from ascillato/patch-1
KNX: Fix Telegrams UDP Overrun
This commit is contained in:
commit
34346187e7
|
@ -80,6 +80,7 @@ void ESPKNXIP::send(address_t const &receiver, knx_command_type_t ct, uint8_t da
|
|||
udp.beginPacketMulticast(MULTICAST_IP, MULTICAST_PORT, WiFi.localIP());
|
||||
udp.write(buf, len);
|
||||
udp.endPacket();
|
||||
delay(1);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue