Skip to content

feature getAutoReconnect #4360

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

Closed
tablatronix opened this issue Feb 13, 2018 · 1 comment
Closed

feature getAutoReconnect #4360

tablatronix opened this issue Feb 13, 2018 · 1 comment

Comments

@tablatronix
Copy link
Contributor

tablatronix commented Feb 13, 2018

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.

@tablatronix tablatronix changed the title feature getAutReconnect feature getAutoReconnect Feb 13, 2018
@tablatronix
Copy link
Contributor Author

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant