Skip to content

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

2 participants