I using an ESP03 with NodeMCU (latest version)
I am using it as a server to serve a webpage and images.
When I save files to the flash (png images and html files) it can sometimes become flaky in the sense that...
- Files are improperly saved and are malformed
Files aren't removed using 'file.remove()'
Using 'file.format()' sometimes doesn't clear the entire free flash space
File names are sometimes incorrect
Only part of the file is saved
After replacing a file, maybe 3 or 4 times, it is improperly saved
Is anyone else experiencing this problem??
It appears to get worse after time!
Is it a software bug or am I not correctly flashing NodeMCU initially?
Any help would be much appreciated!
Many Thanks,
George