feat(wifi): add wifi channel change event

Closes https://github.com/espressif/esp-idf/issues/12538
This commit is contained in:
zhangyanjiao
2023-11-15 11:44:43 +08:00
committed by jgujarathi
parent 424bf120a3
commit 1427e14b72
4 changed files with 17 additions and 3 deletions

View File

@@ -457,6 +457,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_ESPNOW_IF
ERR_TBL_IT(ESP_ERR_ESPNOW_IF), /* 12396 0x306c Interface error */
# endif
# ifdef ESP_ERR_ESPNOW_CHAN
ERR_TBL_IT(ESP_ERR_ESPNOW_CHAN), /* 12397 0x306d Channel error */
# endif
// components/wpa_supplicant/esp_supplicant/include/esp_dpp.h
# ifdef ESP_ERR_DPP_FAILURE