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

Protect flash from wear out by Wifi.begin() #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benjaminSchilling33
Copy link

@benjaminSchilling33 benjaminSchilling33 commented Apr 7, 2021

Hi @alfkoehn,

I just saw your CCCS talk from rc3 and noticed that you are using an ESP8266.

A common problem that may occur when using Wifi.begin is that it can wear out the flash if called every once in a while (e.g. when the device is reset regularly).

Therefore it is useful to disable the persistent storage of the Wifi credentials.

For more details see: esp8266/Arduino#1054

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.

1 participant