MDNS not working #200
Unanswered
orbitcoms
asked this question in
Course Qeustions
Replies: 2 comments
-
hi @orbitcoms
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The function gets called and I am using PC to connect to the device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working through the video MDNS and find the name service is not working as per the video.
Firstly, if I do not add an include for mdns in my code, the compiler does not recognise the functions.
Next, I add the include and compiile but when I run the code and ping my_esp32, the url is not found.
I can enter the url in browser 192.168.1.106 and get my hello world text ok but no response to http://my-esp32.local
Beta Was this translation helpful? Give feedback.
All reactions