ESP-IDF
esp_mesh_allow_root_conflicts()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mesh_allow_root_conflicts()
esp_mesh_allow_root_conflicts() function
Set whether allow more than one root existing in one network - The default value is true, that is, multiple roots are allowed.
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:1218
esp_err_t
esp_mesh_allow_root_conflicts
(
bool
allowed
)
;
Arguments
Argument
Description
allowed
allow or not
Return value
- ESP_OK - ESP_WIFI_ERR_NOT_INIT - ESP_WIFI_ERR_NOT_START
Examples
References
from
examples
Code
Location
esp_err_t
esp_mesh_allow_root_conflicts
(
bool
allowed
)
;
esp_mesh.h:1218
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out