mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

- For the wifi_prov_mgr example in release mode (with NDEBUG defined - assertions disabled), the task to stop provisioning is never started as it is voided by the assert function it is called in. Closes https://github.com/espressif/esp-idf/issues/8309