So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Zsolt Szavo
#84704 Hello.

MDNS is not working for me, and i haven't found the issue.
Maybe i missed a step.

In my code:
#include <ESP8266mDNS.h>
const char *dns_name = "ESP8266";

and in the setup function:
MDNS.begin(dns_name);

What is missing?
Thanks for the help.