Przeglądaj źródła

Merge branch 'bugfix/update_wifi_lib_for_some_bugs' into 'master'

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 wifi run out of memory when 10 udp connection stability test

See merge request !745

Ivan Grokhotkov 8 lat temu
rodzic
commit
67b08c20ec
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      components/esp32/Kconfig
  2. 1 1
      components/esp32/lib

+ 1 - 1
components/esp32/Kconfig

@@ -626,7 +626,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.

+ 1 - 1
components/esp32/lib

@@ -1 +1 @@
-Subproject commit c6b0b8e694724ef4d74911f70dd269fe6ac360d4
+Subproject commit 4845865328936e7ff11b6536871551b4b0ca0c09