mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Due to previous flash write bug it was possible to create multiple duplicate entries in a single page. Recovery logic detected that case and bailed out with an assert. This change adds graceful recovery from this condition. Tests included.