From 13621852dd94003d9257ec727c8b246efb6b949e Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Fri, 3 Nov 2017 23:02:35 +0800 Subject: [PATCH] esp32: add wifi lib which is compiled with psram gcc Add psram wifi lib because it doesn't impact the WiFi throughput once the psram is not enabled in IDF menuconfig --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 8d2b43535e..bd07fc21ef 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 8d2b43535ea5af93e1b0fc0d04eb1913b5440b8b +Subproject commit bd07fc21efcf7a91a088cb01e56d24a7ba6bc3a6 -- 2.40.0