pub unsafe extern "C" fn esp_mesh_send_block_time(
    time_ms: u32
) -> esp_err_t
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