-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
idf 5.x support #153
base: master
Are you sure you want to change the base?
idf 5.x support #153
Conversation
remove errors due to idf v5.x add idf generated files to gitignore this commit also create a new section in the gitignore for the esp idf files
hello I still have a problem when building the project -- Configuring incomplete, errors occurred! |
I can maybe suggest to update the readme to state that when using this component in your own project to add the following to your own
It would be first prize if this can be set by this base component but I do not know enough of IDF to know if this is possible |
Can I ask that you add the following include in
If I change the include order in my app I cant compile anymore due to this include missing:
|
You have to download mDNS component (https://github.com/espressif/esp-protocols/tree/master). |
If you want to make some changes to this PR you can submit your commit in my fork. this repo don't seems active anymore... |
add the support for IDF 5.X
this patch also cleanup examples to remove compiler warning