Only IPv6 router not working with ESP32 #8365
Unanswered
dharmikP17
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Known issue. IPv6 and DNS resolution are not supported yet in Arduino-ESP32. Please check issues (open and closed) and open PRs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Follow this #7722 PR |
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 using ESP32(2.0.9) with arduino IDE(2.0.2).
Board : ESP32-WROOM-32D.
I have an application where I only have IPv6 enabled in router and I want to post data over http.
I have test code for this where I am sending ping to google to see if it is working or not. Unfortunately it is returning -1. I have this code tested in different network where it returns 200.
Am I missing something ?
This is the debug message I got
Beta Was this translation helpful? Give feedback.
All reactions