-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Contribution - SPIFFS MOD #4871
Comments
I think too that it could be useful to others. |
I have seen that you have opened a new pull request. Do I have to do something? Can I help in any way? |
Relevant PR is already merged. |
Hi.
I come to share a little work that I have done recently in case you can help them.
The idea arose from the need to adapt the flash memory of my modules to the needs of the projects.
The project with which that need was born was McLighting that allows controlling an RGB LED strip WS2812B which gave storage problems in the compilation in a module ESP8266 ESP-01. The Sketch was too large for the reserved space of the default memory by the plate library (512KB - 64KB (SPIFFS) = 448KB Total for Sketch).
An arrangement could be to dispense with some program feature but limited its functionality.
So I came up with the modification of the file system to be smaller (32KB) and thus have 480KB for Sketch. After a couple of days with the hexadecimal calculator I managed to work and compile and upload the sketch without problems.
https://github.com/carlymx/SPIFFS-Mod-for-ESP8266
I hope it will be useful to me.
Thank you.
The text was updated successfully, but these errors were encountered: