-
Notifications
You must be signed in to change notification settings - Fork 112
Add native support for ESP32 ESP IDF with example. #319
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
Conversation
… not pass real test.
…pport for backward compatible
|
You will see many commit but the change with the last commit is minimal, because I use my own branch and merge with current master, most of the change is add directive to not using Arduino code with ESP IDF build. |
|
@dzungpv Would it be possible to easily integrate this stack into the Tasmota ecosystem? What do you think? |
It is simple, you just ask the one maintenance the Tasmota project. Tasmota using native ESP8266/ESP32 c/c++ driver. |
|
@dzungpv Sorry if this is a stupid question: I'd like to establish a "KNXnet/IP tunneling" connection from an ESP32 to a KNX IP interface and specify a group address. So, KNX telegrams should be sent via an tunnel rather than multicast. Is that somewhat understandable? |
|
Merged. Thanks for your contribution. |
Add native support for ESP IDF with example. Support all ESP32 family chip support by the IDF.