Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix erase size in ESP.eraseConfig #3635

Merged
merged 1 commit into from
Oct 15, 2017
Merged

Fix erase size in ESP.eraseConfig #3635

merged 1 commit into from
Oct 15, 2017

Commits on Sep 22, 2017

  1. Fix erase size in ESP.eraseConfig

    SDK uses final 4 sectors of flash for configuration data.
    ESP.eraseConfig would only erase 2 sectors, so in some cases of
    corrupted data ("system param error"), users could not fix the issue
    using ESP.eraseConfig, and had to use esptool instead.
    
    Thanks @HugoML for reporting this.
    igrr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    f69f98e View commit details
    Browse the repository at this point in the history