-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
LaborEtArs's mDNS fixed #5384
LaborEtArs's mDNS fixed #5384
Conversation
Created a new branch to solve commit conflicts with recent changes to ESP8266mDNSResponder.cpp by d-a-v.
@LaborEtArs |
unindent
unindent
Add setInstanceName() forwarder for compat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still a few compat method overloads missing as well as some cleanup and formalization work needed, among other minor details, but overall this is just amazing work. Techniques are a bit old fashioned for modern C++, and yet the code structure and style discipline are so good that it makes it irrelevant.
Congratulations @LaborEtArs ! Approved.
DEBUG_OUTPUT needs to go inside DEBUG_EX_ function otherwise throw error if DEBUG_ESP_MDNS_RESPONDER is not defined
[Fixed] Debug output line
Disable DEBUG_ESP_MDNS_RESPONDER by default
closing in favour of #5442 |
The two examples work well. I did not make further testing.
(may replace #5370)