duplicate nvs keys
Posted: Mon Jan 08, 2024 12:05 am
Hi, I have a "problem" about writing to the nvs partition, every time I do the get on a key e.g. nvs_get_u64() and then dump the partition I see that it goes to add 64bytes, in the queue of the previous ones, which contain the key and the new value set (in this case 4bytes)
But is such behavior normal? Shouldn't it update the same key? Maybe it does this to not use the same memory blocks all the time?
But is such behavior normal? Shouldn't it update the same key? Maybe it does this to not use the same memory blocks all the time?