As the title says... Chat on...

User avatar
By Dr. Patient
#49889 I am using ESP-12E. ESP goes into reset. When I write more than 1MB data to some files removing them after each writing, the memory still fills up, so as if a garbage collection for the flash memory is missing. Can anyone confirm this or is it just me doing something wrong? So like a 500 byte file, file.open, file.write, file.close, file.remove. If I do that 2000 times the ESP crashes all the time.