esp-storage
esp-storage copied to clipboard
Possible optimizations
It should be possible to omit a page erase if the bytes to write are all 0xff - we can check that before erasing the page
Additionally, we might consider caching a page to avoid re-reading the last read page. However, this should IMHO be a non-default feature since it would increase memory usage