-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add native wifi API with ESP32S2 support #3326
Conversation
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.
Very nice! I am impressed by how clean the code is. Maybe that also says something about the ESP-IDF API being reasonable.
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.
Ok, Dan. All is updated. Will test it next week. Just compiled it today.
Ok, I've tested on both WROOM and WROVER Saola. I had a merge error with the WROOM version that has been fixed plus I added a safe mode in case the heap size is too large. Please take another look. |
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.
OK, looks good. Thanks for all this work!
Fixes #2903