ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_mesh_set_max_layer()
from the following samples and libraries:
internal_communication sample
ip_internal_network sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_set_max_layer()
esp_mesh_set_max_layer() function
Set network max layer value - for tree topology, the max is 25. - for chain topology, the max is 1000. - Network max layer limits the max hop count. @attention This API shall be called before mesh is started.
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:902
esp_err_t
esp_mesh_set_max_layer
(
int
max_layer
)
;
Arguments
Argument
Description
max_layer
max layer value
Return value
- ESP_OK - ESP_ERR_MESH_ARGUMENT - ESP_ERR_MESH_NOT_ALLOWED
Examples
esp_mesh_set_max_layer()
is referenced by 2 libraries and example projects:
References
from
examples
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