syncing LittleFS to flash #1599
Closed
myklemykle
started this conversation in
General
Replies: 1 comment
-
There's no page cache like on a real OS, so all you need to do is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I may be mistaken, but in my situation it looks like LittleFS writes aren't sync'd to Flash until
LIttleFS.end()
is called. Is that right?Is there a preferred method to force a sync, other than restarting LittleFS with
LittleFS.end();LittleFS.begin();
?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions