ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mesh_send_block_time()
from the following samples and libraries:
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_send_block_time()
esp_mesh_send_block_time() function
Set blocking time of esp_mesh_send() - Suggest to set the blocking time to at least 5s when the environment is poor. Otherwise, esp_mesh_send() may timeout frequently. @attention This API shall be called before mesh is started.
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:699
esp_err_t
esp_mesh_send_block_time
(
uint32_t
time_ms
)
;
Arguments
Argument
Description
time_ms
blocking time of esp_mesh_send(), unit:ms
Return value
- ESP_OK
Examples
esp_mesh_send_block_time()
is referenced by 1 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