Function esp_idf_sys::esp_smartconfig_fast_mode
source ยท pub unsafe extern "C" fn esp_smartconfig_fast_mode(
enable: bool,
) -> esp_err_t
Expand description
@brief Set mode of SmartConfig. default normal mode.
@attention 1. Please call it before API esp_smartconfig_start. @attention 2. Fast mode have corresponding APP(phone). @attention 3. Two mode is compatible.
@param enable false-disable(default); true-enable;
@return - ESP_OK: succeed - others: fail