From 36c956070bde189c2c3f86f09d51dd107ffce30c Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Thu, 13 Dec 2018 20:54:27 +0800 Subject: [PATCH] esp32: unforce wifi if receiving beacon with no data buffered in dream state and reduce force receiving broadcast data time 1. If receiving beacon which indicates that there is no data buffered, do not force to receive WiFi data. 2. If receiving beacon which indicates that there is broadcast data buffered, reduce the time to force receiving broadcast data. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 9e729f3065..01d7f5941c 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 9e729f3065e5b074a92e7515562f7d5a4e087777 +Subproject commit 01d7f5941cec10d8bd298c4d450fca8d85e077f1