Search found 1 match
- Thu Oct 31, 2019 3:39 pm
- Forum: ESP-IDF
- Topic: NOT_ENOUGH_SPACE in NVS after writing some log (NVS) entries in another namespace
- Replies: 0
- Views: 1996
NOT_ENOUGH_SPACE in NVS after writing some log (NVS) entries in another namespace
Hi, I save in the NVS a "big" (1 - 2 Kbytes) System Structure (a struct saved as a blob) which every now and then is modified and written again in the NVS. Meanwhile I have many small LOG entries (again: struct, blobs) handled like a circular buffer, that are written and rewritten in the NVS. It hap...