Hello
Tried to use mDNS and I get a error.
#include <ESPmDNS.h>
After WiFi.begin connected I run the mDNS
if (!MDNS.begin("myName"))
error.....
I do not get an error so it must be running yet when I try and connect to "myName.local" does not work and I get a error "ERR_CONNECTION_REFUSED".
I also cannot connect to the local IP assigned by the router 192.168.0.x which I can connect to if I comment out mDNS.
Does this or is this supposed to work on ESP32 ?
thanks
CzB