esp_smartconfig_internal_stop() function
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.
Syntax
esp_err_t esp_smartconfig_internal_stop(void); Return value
- ESP_OK: succeed - others: fail