ESP8266 MDNS error
Posted: Sun Nov 24, 2019 12:44 pm
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.
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.