Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP buffer full, when SPIFFS is fragmented #17

Closed
sticilface opened this issue Feb 21, 2017 · 1 comment
Closed

TCP buffer full, when SPIFFS is fragmented #17

sticilface opened this issue Feb 21, 2017 · 1 comment
Labels
Milestone

Comments

@sticilface
Copy link
Owner

The OTA fails when SPIFFS is fragmented / getting full as it takes too long to write a block. Sometimes upwards of 200ms.

Proposal to write downloaded files straight to the FLASH section reserved for OTA updates and then copy them to SPIFFS when network activity has reduced.

@sticilface sticilface added the bug label Feb 21, 2017
@sticilface sticilface added this to the 2.2 milestone Feb 21, 2017
@sticilface
Copy link
Owner Author

implemented FLASh copy
https://github.com/sticilface/ESPmanager/blob/develop/src/FlashWriter.h
will merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant