mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-18 01:29:02 +00: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.