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.
Arguments
time_ms
blocking time of esp_mesh_send(), unit:ms
Return value
- ESP_OK