pub unsafe extern "C" fn esp_mesh_fix_root(enable: bool) -> esp_err_t
Expand description

@brief Enable network Fixed Root Setting - Enabling fixed root disables automatic election of the root node via voting. - All devices in the network shall use the same Fixed Root Setting (enabled or disabled). - If Fixed Root is enabled, users should make sure a root node is designated for the network.

@param[in] enable enable or not

@return

  • ESP_OK