mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esp32: update wifi lib for some bugfix
1. Fix wifi ebuf free twice issue 2. Fix wifi internal assert issue 3. Fix a bug in esp_wifi_stop 4. Fix wifi crash issue 5. Fix 10 UDP connection test out of memory issue
This commit is contained in:
@@ -639,7 +639,7 @@ config ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
|
||||
int "Max number of WiFi dynamic RX buffers"
|
||||
depends on WIFI_ENABLED
|
||||
range 0 128
|
||||
default 64
|
||||
default 32
|
||||
help
|
||||
Set the number of WiFi dynamic rx buffers, 0 means no limitation for dynamic rx buffer
|
||||
allocation. The size of dynamic rx buffers is not fixed.
|
||||
|
Submodule components/esp32/lib updated: c6b0b8e694...4845865328
Reference in New Issue
Block a user