mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_logs_information_messages_at_warning_level_issue' into 'master'
esp_wifi: fix logs information messages at warning level issue Closes WIFI-5441 and WIFI-5497 See merge request espressif/esp-idf!22433
This commit is contained in:
commit
2ffd3cef70
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d767089166443c8ea57fd9b9923d9752dbd1b2d6
|
||||
Subproject commit 7a43b39b07837604d52d187dfe46b00cf209e8ea
|
Loading…
x
Reference in New Issue
Block a user