Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_logs_information_messages_at_warning_level_i…
Browse files Browse the repository at this point in the history
…ssue' 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
  • Loading branch information
jack0c committed Mar 31, 2023
2 parents 6ede152 + a33b9f9 commit 2ffd3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/esp_wifi/include/esp_wifi.h
Expand Up @@ -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);
Expand Down

0 comments on commit 2ffd3ce

Please sign in to comment.