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

lib/Arduino-HomeKit-ESP32/src/arduino_homekit_server_esp32.cpp:5:10: fatal error: ESPmDNS.h: No such file or directory #7

Open
ghost opened this issue Jun 12, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 12, 2022

ESPmDNS Missing error

lib/Arduino-HomeKit-ESP32/src/arduino_homekit_server_esp32.cpp:5:10: fatal error: ESPmDNS.h: No such file or directory

@rdavies02
Copy link

I am assuming you are using platformIO for your project. I solved this issue by including the ESPmDNS library in the platformio.ini file: as shown here
lib_deps =
ESPmDNS @ ^2.0.0

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

No branches or pull requests

1 participant