From a568ad2c9dfad957f551abe54bb516adc3f933f5 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Wed, 6 Sep 2017 11:24:42 +0800 Subject: [PATCH] esp32: update wifi lib for a bunch of small feature and bugfix 1. Update RTC V229: add BT AGC saturation protection 2. Update PHY V359: (1). esp_init_data_v2.bin -- modify WIFI and BT RX gain table Setting (2). modify phy_close_rf() (3). noisefloor add limit and no print 3. WiFi supports modem sleep dynamic frequency switch 4. Fix disabling AMPDU cause esp_wifi_init fail issue 5. Fix sniffer mode cause WiFi can't connect issue 6. Optimize an internal rx buffer full issue 7. Rollback the internal wifi init flag when wifi init fail --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index fc2118052..d8119f2d8 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit fc2118052ec3863e228840d15df58bc66ff0ce57 +Subproject commit d8119f2d8b121f7bca072b3cc8e2e3a26b0b7d44