Mdns.h: No such file or directory

Need to use mDNS, but when I #include “mdns.h” I get mdns.h: No such file or directory

Copied this example here:
C:\Users\Mike.platformio\packages\framework-espidf\examples\protocols\http_server\restful_server

Why cant it find mdns.h ?

Found the reason. upgraded to v6.0.0 which uses ESP-IDF 5.0 and for some silly reason Espressif removed mdns.

1 Like