如何修复 SPIFFS_write error(-10001): File system is full
你正在使用 Angular 并看到此错误消息?请参阅如何使 Angular 与 ESP32 SPIFFS / ESPAsyncWebserver 配合使用
错误消息
spiffs_full_error.txt
SPIFFS_write error(-10001): File system is full.应该大部分是不言自明的:
你尝试放入镜像的文件超过了文件系统镜像的最大大小。
有两种可能的解决方案:
- 减小文件大小,通过在可能的情况下压缩文件,或完全删除某些文件。
- 增加文件系统镜像的允许大小,例如通过使用具有更多闪存的 ESP32 模块(例如 8MB 而不是 4MB),和/或使用具有更大文件分区的分区表。
Check out similar posts by category:
ESP8266/ESP32, PlatformIO
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow