Search found 1 match
- Sat Sep 30, 2023 8:42 am
- Forum: General Discussion
- Topic: nvs_get_stats is giving wrong results
- Replies: 1
- Views: 753
nvs_get_stats is giving wrong results
Hello, I have one structure that I want to store inside nvs using nvs blob. Before setting for the first time nvs_get_stats gives a result of used entries as 1. (Probably it is storing some data data). I used a structure as below: typedef struct struct_name{ uint32_t var1; uint32_t var2; uint32_t va...