mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-07-03 00:43:01 +08:00

1. Fix some potential memory leak caused by WiFi stop (b3258e06) 2. Fix the bug that ESP32 AP crashes when connected STA power-off (bb0a01b) 3. Fix the bug that STA can scan the channel out of regdomain (273807a) 4. Fix some scan/connect bugs (1da8bb75) 5. Fix the bug that ESP32 STA fails to connect WPA_WPA2_PSK Apple AP (87b85375) 6. Fix the crashing in scan done because of uint8 overflow (c2e4503) 7. Fix the bug that smartconfig crashes when no AP is found (smartconfig: b616b46) 8. Fix the bug that ESP32 sends broadcast to phone after smartconfig is done (smartconfig: ea0a9a9)
ESP32 WiFi Stack Libraries ==================== This repository contains binary libraries supporting the ESP32 RF subsystems. It is used as a submodule within `Espressif IoT Development Framework`_ (ESP-IDF). Files in this repository are Copyright (C) 2015-2016 Espressif Systems. These binary libraries are provided under the same license as the parent esp-idf project - the Apache License 2.0 as provided in the file LICENSE. (The license text refers to this as "Object" form.) .. _Espressif IoT Development Framework: https://github.com/espressif/esp-idf
Description
Languages
Shell
100%