pub unsafe extern "C" fn esp_mesh_set_announce_interval(
    short_ms: c_int,
    long_ms: c_int
) -> esp_err_t
Expand description

@brief Set announce interval - The default short interval is 500 milliseconds. - The default long interval is 3000 milliseconds.

@param[in] short_ms shall be greater than the default value @param[in] long_ms shall be greater than the default value

@return

  • ESP_OK