Function esp_idf_hal::sys::esp_mesh_set_id

source ยท
pub unsafe extern "C" fn esp_mesh_set_id(
    id: *const mesh_addr_t,
) -> i32
Expand description

@brief Set mesh network ID

@attention This API is used to dynamically modify the mesh network ID.

@param[in] id pointer to mesh network ID

@return

  • ESP_OK
  • ESP_ERR_MESH_ARGUMENT: invalid argument