From a33b9f9101bb19e58a265bf2cfae512a4e879105 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Fri, 31 Mar 2023 11:39:50 +0800 Subject: [PATCH] esp_wifi: fix logs information messages at warning level issue 1. fix logs information messages at warning level issue 2. fix set inactive time crash issue --- components/esp_wifi/include/esp_wifi.h | 1 + components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index 3dc380d586f..3c0ade914b1 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -1151,6 +1151,7 @@ esp_err_t esp_wifi_set_inactive_time(wifi_interface_t ifx, uint16_t sec); * @return * - ESP_OK: succeed * - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init + * - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start * - ESP_ERR_WIFI_ARG: invalid argument */ esp_err_t esp_wifi_get_inactive_time(wifi_interface_t ifx, uint16_t *sec); diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index d7670891664..7a43b39b078 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit d767089166443c8ea57fd9b9923d9752dbd1b2d6 +Subproject commit 7a43b39b07837604d52d187dfe46b00cf209e8ea