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

Do not export private headers as ESP32 component. #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ciniml
Copy link

@ciniml ciniml commented Jan 11, 2025

Currently all headers including private headers are exposed as ESP32 component, which causes mdns.h header confliction if the application uses ESP-IDF mdns component.

This PR separates public headers and private headers to solve this problem.

  • Add include directory and make symbolic links for public headers.
  • Modify INCLUDE_DIRS to ./include from ./src

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