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

Only update LittleFS timestamp when opened write #6956

Merged
merged 2 commits into from
Dec 30, 2019

Commits on Dec 28, 2019

  1. Only update LittleFS timestamp when opened write

    Fixes esp8266#6955
    
    LittleFS was updating the timestamp on any close, not only for files
    when they were opened for writing.  This could lead to excessive writes
    to the flash.
    
    Preserve the LFS flags, and only update the timestamp if the file was
    opened for writing.
    earlephilhower committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    e1ce46e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    badd310 View commit details
    Browse the repository at this point in the history