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
This seems to be missing, it also is not documented in the non rtos sdk docs, but it works.
PR #4359
I do not know if we can modify user_interface.h willy nilly, so I created this issue for it to discuss.
WiFi.setAutoReconnect(true); Serial.println(WiFi.getAutoReconnect()); WiFi.setAutoReconnect(false); Serial.println(WiFi.getAutoReconnect());
This is useful since waitforconnectionresult does nothing if autoconnect is not true, so devs might need to know this.
The text was updated successfully, but these errors were encountered:
merged
Sorry, something went wrong.
No branches or pull requests
This seems to be missing, it also is not documented in the non rtos sdk docs, but it works.
PR
#4359
I do not know if we can modify user_interface.h willy nilly, so I created this issue for it to discuss.
This is useful since waitforconnectionresult does nothing if autoconnect is not true, so devs might need to know this.
The text was updated successfully, but these errors were encountered: