mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 11:44:31 +02:00
esp_wifi: Updata WiFi lib
1. Fix handling of multiple AP credentials in WPS 2. Fix esp_wifi log levels
This commit is contained in:
@@ -51,7 +51,8 @@ typedef struct {
|
||||
*
|
||||
*/
|
||||
typedef enum {
|
||||
WIFI_LOG_ERROR = 0, /*enabled by default*/
|
||||
WIFI_LOG_NONE = 0,
|
||||
WIFI_LOG_ERROR, /*enabled by default*/
|
||||
WIFI_LOG_WARNING, /*enabled by default*/
|
||||
WIFI_LOG_INFO, /*enabled by default*/
|
||||
WIFI_LOG_DEBUG, /*can be set in menuconfig*/
|
||||
|
Submodule components/esp32/lib updated: f2cebd142c...60ac052022
@@ -60,6 +60,8 @@ static void __attribute__((constructor)) s_set_default_wifi_log_level()
|
||||
*/
|
||||
esp_log_level_set("wifi", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
esp_log_level_set("mesh", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
esp_log_level_set("smartconfig", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
esp_log_level_set("ESPNOW", CONFIG_LOG_DEFAULT_LEVEL);
|
||||
}
|
||||
|
||||
static void esp_wifi_set_debug_log()
|
||||
|
Reference in New Issue
Block a user