Search found 1 match
- Sat Jan 14, 2023 4:22 pm
- Forum: ESP-IDF
- Topic: Freeing Partition Iterator
- Replies: 0
- Views: 638
Freeing Partition Iterator
I am making a call to esp_partition_find and then esp_partition_next to find the partitions. In the docs for esp_partition_find it says Iterator obtained through this function has to be released using esp_partition_iterator_release when not used any more. If I just call esp_partition_next repeatedly...