-
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
esp32: fix esp32 wifi bug caused scan failed #13841
Conversation
tools/configure.sh esp32c3-generic:wifi wapi scan wlan0 has no return result after couple times rootcause: mq_timedsend() return failed because the time valid check error. the ts_nsec is bigger than 1000000000. esp_update_time() hasn't consider of the ns > 1s after the adding calculation Signed-off-by: ligd <[email protected]>
[Experimental Bot, please feedback here] The PR summary you provided does not meet all of the NuttX requirements. Here's a breakdown: What's Missing/Needs Improvement:
How to Improve the PR Summary:
By following these suggestions, you can make your PR summary much more informative and aligned with NuttX requirements. |
Hello @xiaoxiang781216 , I tested using esp32c6 devkit. |
Summary
esp32: fix esp32 wifi bug caused scan failed
tools/configure.sh esp32c3-generic:wifi
wapi scan wlan0
has no return result after couple times
rootcause:
mq_timedsend() return failed because the time valid check error. the ts_nsec is bigger than 1000000000.
esp_update_time() hasn't consider of the ns > 1s after the adding calculation
This PR fix the issue which described by:
#13814
Impact
esp32
Testing
tools/configure.sh esp32c3-generic:wifi