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

doc: improve WiFi.persistent documentation #5081

Merged
merged 2 commits into from
Aug 29, 2018
Merged

Conversation

yoursunny
Copy link
Contributor

fixes #3641


To learn more about this functionality, and why it has been introduced, check issue report `#1054 <https://github.com/esp8266/Arduino/issues/1054>`__.
Setting ``WiFi.persistent(false)`` disables writing Wi-Fi settings into flash memory.
Calling ``WiFi.begin``, ``WiFi.disconnect``, ``WiFi.softAP``, or ``WiFi.softAPdisconnect`` only changes the current in-memory Wi-Fi settings, but does not affect SSID / passphrase stored in flash memory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest "Once WiFi.persistent(false) is called, calling .... only changes the current in-memory Wi-Fi settings ..."

@devyte devyte merged commit 1ed7bee into esp8266:master Aug 29, 2018
@yoursunny yoursunny deleted the 3641 branch August 29, 2018 06:12
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

Successfully merging this pull request may close these issues.

Documentation for WiFi.persistent() is misleading
4 participants