Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Master and AsyncUDP in one branch #59

Closed
wants to merge 5 commits into from
Closed

Merge Master and AsyncUDP in one branch #59

wants to merge 5 commits into from

Conversation

ascillato
Copy link
Contributor

Merge Master and AsyncUDP in one branch

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

  • WIFIUDP (for esp8266 lib v2.3.0 and up)
  • AsyncUDP (for esp8266 lib v2.4.1 and up)

ascillato and others added 3 commits June 12, 2018 01:41
Merge Master and AsyncUDP in one branch

In the esp-knx-ip.h file can be selected to use the UDP library
- WIFIUDP (for esp8266 lib v2.3.0 and up)
- AsyncUDP (for esp8266 lib v2.4.1 and up)
@ascillato
Copy link
Contributor Author

ascillato commented Jun 12, 2018

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
Copy link
Contributor Author

No longer needed.

@ascillato ascillato closed this Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant