mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-05-21 17:06:15 +08:00

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.