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

Fix filesystem corruption #19

Closed
wants to merge 1 commit into from

Commits on Jun 30, 2022

  1. Fix filesystem corruption

    LittleFS bindings reported too big lookahead cache size which resulted
    in corrupting adjacent structures (read and prog buffer, other data),
    which in turn resulted in filesystem corruption either by reallocating
    an already allocated causing cycle or by corrupting data before writing
    it to disk.
    arturkow2000 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    7514184 View commit details
    Browse the repository at this point in the history