Closed ncotti closed 2 years ago
Can you check out the latest firmware? I think that could be a problem with the HEAP. Now it's better managed.
Yeah, as you said, after updating the firmware the problem seems to have dissappeared. Thanks for the update, good job!
Thanks for reaching out! I close the issue then.
Hi, I recently upgraded the firmware to the new version you provided, but i've encountered a strange bug.
My code looks like this:
As you can see, after initializing the camera, I try to perform multiple write operations on a single file. However, after an undefined amount of these operations, the program execution blocks in the "write" statement and never leaves. I present to you some terminal output examples:
After further examination, i have discovered that this issue only happens if the file, in this example "/log.txt`, existed before resetting the ESP32. What I mean is that doing this kind of operation works fine as long as the file is created in the same execution instance. However, if the file existed before powering on the ESP32, the writing operation will block.