mirror of https://github.com/arendst/Tasmota.git
KNX: Fix Telegrams UDP Overrun
This commit is contained in:
parent
1509b708e4
commit
2476ff8e1a
|
@ -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