pub unsafe extern "C" fn esp_smartconfig_stop() -> i32
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