mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-07 02:21:49 +01:00
feat(wifi): add wifi channel change event
Closes https://github.com/espressif/esp-idf/issues/12538
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user