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

Add mDNS #312

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

Add mDNS #312

wants to merge 1 commit into from

Conversation

mjkl-gh
Copy link

@mjkl-gh mjkl-gh commented Jul 17, 2022

I've added mDNS to the wifiSettingsService.

With mDNS users can reach their devices using hostname.local addresses instead of IP adresses.

@wassx
Copy link

wassx commented Nov 15, 2022

Looking forward to this feature. Any ETA please?

Copy link

@wassx wassx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add MDNS.update(); to the loop to make the DNS working on my ESP8266

@mjkl-gh
Copy link
Author

mjkl-gh commented Nov 25, 2022

I had to add MDNS.update(); to the loop to make the DNS working on my ESP8266

Are you sure? the documentation doesn´t mention this. The esp32 class doesn't even have a update method.

What version of the esp866 library did you use?

edit:

I alsof found this post can you check if his solution fixes it properly? this framework does use ArduinoOTA.

@wassx
Copy link

wassx commented Nov 25, 2022

It's from the espressif8266 platform. No proper import.

@mjkl-gh
Copy link
Author

mjkl-gh commented Nov 28, 2022

It's from the espressif8266 platform. No proper import.

I should have been more specific. I meant what version of ESP8266mDNS.h ?

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.

None yet

2 participants