Replies: 1 comment
-
You can try and run your code (and LittleFS library) on your computer and see if this bug is reproducible.
|
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
-
Hi, I have a data logging setup using an ESP-M3 board (but also have test versions on a Wemos D1 mini).
Every hour, I write some small amount of data to a number of files on LittleFS.
The data typically is something like:
['9', 0.49],
or
['11',45433.99],
After a while, sometimes after much more than 24 hours, but typically at 6:00 in the morning, append to file suddenly stops working. I can't figure out what causes this.
As you can see, I have incorporated a delay, flush and close file. I even unmount and remount the entire set of log updates. Nothing seems to help. Append simply stops working after a while.
I run esp8266 3.1.1, FS is 128K
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions