We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When connecting to wifi, a timeout of 15 seconds is hard coded here (https://github.com/esp-rs/esp-idf-svc/blob/7cf3a9ac4a43c8eba6ead60321e53019a9e3564b/src/wifi.rs#L2422C1-L2431C1).
I have a use case where I want to give users feedback faster than this. Is there a reason why this timeout is so long? Could it be made configurable?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When connecting to wifi, a timeout of 15 seconds is hard coded here (https://github.com/esp-rs/esp-idf-svc/blob/7cf3a9ac4a43c8eba6ead60321e53019a9e3564b/src/wifi.rs#L2422C1-L2431C1).
I have a use case where I want to give users feedback faster than this. Is there a reason why this timeout is so long? Could it be made configurable?
The text was updated successfully, but these errors were encountered: