Skip to content
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

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 6, 2024

  1. 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
    
    Signed-off-by: ligd <[email protected]>
    GUIDINGLI committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    67ec305 View commit details
    Browse the repository at this point in the history