-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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 ESP3D WiFi Support #26822
🩹 Fix ESP3D WiFi Support #26822
Conversation
378d56a
to
f563ca2
Compare
it works for me, thx. why is it not in branch?? |
Because this PR has not been merged yet. |
yes, but why ? :) i don't understand that, i am new in this, i see there are no conflicts message for two weeks. thx |
There are nearly 100 PRs in the queue and these things take time. |
f563ca2
to
5f0add7
Compare
Description
#26097 broke WiFi support for ESP3D on ESP32-based boards, so this PR brings back that functionality. See #26786 & luc-github/ESP3DLib#75 for more information.
CC: @luc-github
Requirements
ESP32-based motherboard with WiFi / ESP3DLib
Benefits
WiFi will work on these boards again.
Related Issues