Function esp_idf_hal::sys::esp_mesh_send_block_time
source ยท pub unsafe extern "C" fn esp_mesh_send_block_time(time_ms: u32) -> i32
Expand description
@brief Set blocking time of esp_mesh_send()
@attention This API shall be called before mesh is started.
@param[in] time_ms blocking time of esp_mesh_send(), unit:ms
@return
- ESP_OK