-->
Page 1 of 1

ESP8266 MDNS error

PostPosted: Sun Nov 24, 2019 12:44 pm
by Zsolt Szavo
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.

Re: ESP8266 MDNS error

PostPosted: Tue Nov 26, 2019 1:20 am
by Pablo2048
loop()
MDNS.update();