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
_persistent is protected, It would be nice to have a getter for this, in case a library needs to know the users set state etc.
The text was updated successfully, but these errors were encountered:
I invite you to implement it, and propose a PR.
Sorry, something went wrong.
added PR
Serial.println(WiFi.getPersistent()); WiFi.persistent(false); Serial.println(WiFi.getPersistent()); WiFi.persistent(true); Serial.println(WiFi.getPersistent());
Merge branch 'master' into feature-esp8266#3556
fcb006f
041dcac
No branches or pull requests
_persistent is protected, It would be nice to have a getter for this, in case a library needs to know the users set state etc.
The text was updated successfully, but these errors were encountered: