mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
db914d6272
- 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