You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I using ESP32 / 4Mb(32Mb) : No OTA (2MB APP/2MB SPIFFS).
I trying that files over 1.5M are not saved. Since the file was formatted before saving, there is more than 1.8M space available.
one more question please let me know if you have any idea.
I can manually modify the partition scheme?
Currently, our application binary size is about 1.5M and I would like to implement OTA.
Thanks, ck
The text was updated successfully, but these errors were encountered:
This would be filesystem dependent. However, both SPIFFS and FAT12 can handle 32MB files. SPIFFS.totalBytes() - SPIFFS.usedBytes() = free space. Verbose logging will tell you if the disk runs out of space. Writing 1.5MB will take over a minute, so the watchdog timer will be triggered unless you turn it off. #4551 (comment)
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Hi,
I using ESP32 / 4Mb(32Mb) : No OTA (2MB APP/2MB SPIFFS).
I trying that files over 1.5M are not saved. Since the file was formatted before saving, there is more than 1.8M space available.
one more question please let me know if you have any idea.
I can manually modify the partition scheme?
Currently, our application binary size is about 1.5M and I would like to implement OTA.
Thanks, ck
The text was updated successfully, but these errors were encountered: