ring buffer using nvs for esp32s2
Posted: Fri Nov 25, 2022 11:12 pm
Hello
I try to store 100 ints. I already did the storage with NVS. The idea is once the limit (of 100) is reached, start over, to emulate a circular buffer.
Opinions? Thanks
I try to store 100 ints. I already did the storage with NVS. The idea is once the limit (of 100) is reached, start over, to emulate a circular buffer.
Opinions? Thanks