fix(esp_wifi): Removal of task posting code and use pptask instead

This commit is contained in:
Kapil Gupta
2024-10-07 14:38:56 +05:30
parent a96d680fc5
commit bfc86f6094
7 changed files with 384 additions and 429 deletions

View File

@@ -474,6 +474,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
ERR_TBL_IT(ESP_ERR_DPP_INVALID_LIST), /* 12443 0x309b Channel list given in
esp_supp_dpp_bootstrap_gen() is not
valid or too big */
# endif
# ifdef ESP_ERR_DPP_CONF_TIMEOUT
ERR_TBL_IT(ESP_ERR_DPP_CONF_TIMEOUT), /* 12444 0x309c DPP Configuration was not received in time */
# endif
// components/esp_common/include/esp_err.h
# ifdef ESP_ERR_MESH_BASE