mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7f2d6e96b4
1. Deinit does not return ESP_ERR_WIFI_NOT_INIT if the wifi driver is no longer initialized. 2. Fix get wrong channel value use esp_wifi_get_config. 3. Fix bug of missing unlock when wifi stop. 4. Fix annotation error of api esp_wifi_connect.