From 995c264209b63fcec04a6550e77983711e9cd5f7 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Wed, 8 Jul 2020 21:30:49 +0800 Subject: [PATCH] esp_wifi bugfix: 1. Fix TX DMA buffer issue 2. API esp_wifi_get_config add acquisition sta.listen_interval 3. Configure bandwidth and phy mode to store NVS 4. Do not reset softAP's tsf except it restart 5. fix the wifi regdomain update bug 6. fix the bug for airkiss find hidden AP fail 7. fix addba and first ampdu send bar --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index fac760b58f..b1ee70cefd 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit fac760b58f3049180992e7a116737bbfeaa78ace +Subproject commit b1ee70cefd12d7db45fcd8672ab14f0803f14fe1