mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b1f657fc65
Scenarios where this fix is applicable. 1) Every time the system is powered-on/restarted without calling esp_wifi_set_config. 2) esp_wifi_init()/connect()/stop()/deinit() is called multiple times without esp_wifi_set_config. Closes IDFGH-1520