mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
esp_wifi:
1. Add description for esp_wifi_set_inactive_time() 2. Add documentation to avoid using WiFi modem sleep for WiFi/BT coexistence 3. Remove description of unusable API esp_wifi_restart() 4. Update esp_now_fetch_peer discription 5. Update table format prblm for esp_wifi_set_max_tx_power() 6. Update description for ssid and password
This commit is contained in:
@@ -350,7 +350,7 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_POST), /* 12306 0x3012 Failed to post the event to WiFi task */
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_INIT_STATE
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_INIT_STATE), /* 12307 0x3013 Invalod WiFi state when init/deinit is called */
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_INIT_STATE), /* 12307 0x3013 Invalid WiFi state when init/deinit is called */
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_STOP_STATE
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_STOP_STATE), /* 12308 0x3014 Returned when WiFi is stopping */
|
||||
|
||||
Reference in New Issue
Block a user