esp_wifi: Fix some wifi bugs 1117
1. Optimize WiFi debug log 2. WiFi IRAM optimization 3. Update WiFi toolchain to 1.22.0-97-gc752ad5 4. Optimize WiFi TX performance
This commit is contained in:
@@ -344,6 +344,12 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_STOP_STATE
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_STOP_STATE), /* 12308 0x3014 Returned when WiFi is stopping */
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_NOT_ASSOC
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_NOT_ASSOC), /* 12309 0x3015 The WiFi connection is not associated */
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_TX_DISALLOW
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_TX_DISALLOW), /* 12310 0x3016 The WiFi TX is disallowed */
|
||||
# endif
|
||||
// components/wpa_supplicant/include/esp_supplicant/esp_wps.h
|
||||
# ifdef ESP_ERR_WIFI_REGISTRAR
|
||||
|
||||
Reference in New Issue
Block a user