-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(net): Allow to compile without IPv6 enabled #10582
Conversation
👋 Hello me-no-dev, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 62 files 62 suites 7m 23s ⏱️ For more details on these failures, see this check. Results for commit 786d831. ♻️ This comment has been updated with latest results. |
@me-no-dev Great! Thx. Will test ASAP |
Tested and build a framework without IPv6 support which worked to build an Arduino sketch with IPv4 only. |
When IPv6 is disabled in IDF there is something broken. The example sketch https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/examples/HelloServer/HelloServer.ino |
@me-no-dev Webserver is now reachable with last commit. Build a small Tasmota Variant without IPv6 support. Looks like it is fully working. |
d05839c
to
2fee252
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All Good. Tested WiFi Server, Client and Scan.
No IPv6 saves about 28KB flash space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested WebServer + Client, both working.
cc: @Jason2866