-
Notifications
You must be signed in to change notification settings - Fork 109
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
Running console example alongside Homekit causes error #94
Comments
@tobyloki , can you try enabling debug logs using idf.py menuconfig -> Component config -> Log output -> Default log verbosity -> Debug and check the serial console prints? |
These are the logs leading up to the error:
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run the advanced console example from https://github.com/espressif/esp-idf/tree/master/examples/system/console/advanced alongside the Homekit sdk. I initialized the console application first and then Homekit. After calling hap_start(), I get the error HAP mDNS Init failed. How can I fix this problem?
The text was updated successfully, but these errors were encountered: