envy / esp-knx-ip

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

Merge Master and AsyncUDP in one branch #59

Closed ascillato closed 5 years ago

ascillato commented 6 years ago

Merge Master and AsyncUDP in one branch

In the esp-knx-ip.h file you can select which UDP library to use:

ascillato commented 6 years ago

Hi Nico,

How are you?

In this PR, I propose to merge both branches and add a new key in the esp-knx-ip.h file to select which Multicast Library to use, due to the problems on the esp8266 board libraries.

This is the version of esp-knx-ip library that is being used in Sonoff-Tasmota for KNX communication, so the user has the choice of using v2.4.1 and ESPasyncUDP or 2.3.0 and WIFIUDP.

Hope you consider it.

Thanks!

ascillato commented 5 years ago

No longer needed.