Home
last modified time | relevance | path

Searched refs:ESP_ERR_MESH_NOT_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c447 # ifdef ESP_ERR_MESH_NOT_SUPPORT
448 ERR_TBL_IT(ESP_ERR_MESH_NOT_SUPPORT), /* 16389 0x4005 */
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_mesh.h110 #define ESP_ERR_MESH_NOT_SUPPORT (ESP_ERR_MESH_BASE + 5) /**< not supported yet */ macro