pub unsafe extern "C" fn esp_smartconfig_stop() -> esp_err_t
Expand description

@brief Stop SmartConfig, free the buffer taken by esp_smartconfig_start.

@attention Whether connect to AP succeed or not, this API should be called to free memory taken by smartconfig_start.

@return - ESP_OK: succeed - others: fail