From 29f7ec82d9e6e6ab9ab3e160e345349ddd4164ac Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Thu, 14 Nov 2024 09:23:31 +0800 Subject: [PATCH] fix(wifi): Optimization for wifi components 1. fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed Closes https://github.com/espressif/esp-idf/issues/14720 2. fix(wifi/mesh): Enlarge the mesh TX task stack 3. fix(wifi/espnow): Added check for espnow type and length on v1.0 4. fix(wifi/mesh): Fixed delete group id error in wifi mesh Closes https://github.com/espressif/esp-idf/issues/14735 --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 2dcf520466..e09a9a1e22 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 2dcf520466ac0165f7835b0413fd564f01a8a432 +Subproject commit e09a9a1e22e0f4d967f953dc2a8404c7f48b92b6