envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

Fix Telegrams Overrun #86

Open ascillato opened 3 years ago

ascillato commented 3 years ago

Hi,

This small patch fixes the lost of telegram when sending more than 9 telegrams in a row. With this, now the UDP library has enough time to send everything and not discard any telegram.

This have solved https://github.com/arendst/Tasmota/issues/12577

Thanks.