From d3388c9a310e82c16cf19c85a3b40cd963acca68 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Thu, 28 Jun 2018 21:24:44 +0800 Subject: [PATCH] Optimize WiFi memory Optimize wifi memory (b987c01d) 1. Decrease WiFi task stack size by 512 Bytes 2. Modify WiFi NVS configuration array from static to dynamic 3. Move interrupt/RX relating variables from .bss segment to .data segment 4. Modify WiFi management short buffer from static to dynamic 5. Remove some useless WiFi buffer space --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 1f2b30fc4..534a9b141 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 1f2b30fc41b17d1fe8cca26e90d5665f212bfaa9 +Subproject commit 534a9b14101af90231d40a4f94924d67bc848d5f