فهرست منبع

esp_wifi:
Zhang Yan Jiao authored 1 day ago
1. Add TBTT update when AP reset TSF
2. fix the bug for regdomian update
3. update ESP32S2 phy lib to 601,5b0f7cd

zhangyanjiao 5 سال پیش
والد
کامیت
7cf59a8d18
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      components/esp_wifi/include/esp_wifi_types.h
  2. 1 1
      components/esp_wifi/lib

+ 1 - 0
components/esp_wifi/include/esp_wifi_types.h

@@ -95,6 +95,7 @@ typedef enum {
     WIFI_REASON_HANDSHAKE_TIMEOUT        = 204,
     WIFI_REASON_CONNECTION_FAIL          = 205,
     WIFI_REASON_AUTH_CHANGED             = 206,
+    WIFI_REASON_AP_TSF_RESET             = 207,
 } wifi_err_reason_t;
 
 typedef enum {

+ 1 - 1
components/esp_wifi/lib

@@ -1 +1 @@
-Subproject commit f282ea771f221e61b2ed9e6928f6e3edb4b32c99
+Subproject commit 4885125b7440b18c8c8d53966621b96f71f466e1