mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-05-22 01:17:06 +08:00
esp_wifi: fix deinit return wrong value(d2cbf749)
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.
This commit is contained in: