From 01cd149cb7407d8bd491180a2f41d0e7c9cef32b Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Thu, 22 Aug 2019 20:01:51 +0800 Subject: [PATCH] fix bug that wifi start/stop may cause crash 1. fix bug bb reset lock flag to avoid bb reset lock unhandle, may cause assert in vPortCPUReleaseMutexIntsDisabledInternal. 2. fix bug wifi reset mac cause task watch dog timeout 3. fix bug wifi reset mac position --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 061f34d74..df2f63130 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 061f34d746239d0ecc9547833a0d25f01cd4fd40 +Subproject commit df2f6313044b79c43be61922c8b7b947430a5de1