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

Fix error in WiFiClient.cpp where the connect function fails for timeouts below 1 second #7686

Merged
merged 4 commits into from
Feb 6, 2023

Commits on Jan 9, 2023

  1. Update WiFiClient.cpp

    This change will allow specifying connect timeouts below 1 second. Without this change, if connect timeouts under 1 second are given, the connect defaults to 0ms and fails. 
    This will also allow timeouts in fractions of seconds, e.g. 1500ms. Without this change, connect timeouts are truncated to full second increments.
    rtpmsys authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5b1a869 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    f002d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e178db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c824c16 View commit details
    Browse the repository at this point in the history