Replies: 3 comments
-
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
-
Have you found a solution to this problem? I have the same problem that after some time I can't add anything to the file. Generally the number of bytes used and free space returns null. |
Beta Was this translation helpful? Give feedback.
0 replies
-
NoVerstuurd vanaf mijn iPadOp 10 mrt 2025 om 20:13 heeft skowron0 ***@***.***> het volgende geschreven:
Have you found a solution to this problem? I have the same problem that after some time I can't add anything to the file. Generally the number of bytes used and free space returns null.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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