docs: Added breaking change for esp_https_server to migration guide

This commit is contained in:
Harshit Malpani
2022-05-11 11:37:42 +05:30
parent 2c56c6cad8
commit 9f99d2350a
2 changed files with 5 additions and 1 deletions

View File

@@ -160,7 +160,10 @@ esp_err_t httpd_ssl_start(httpd_handle_t *handle, httpd_ssl_config_t *config);
* Stop the server. Blocks until the server is shut down.
*
* @param[in] handle
* @return success
* @return
* - ESP_OK: Server stopped successfully
* - ESP_ERR_INVALID_ARG: Invalid argument
* - ESP_FAIL: Failure to shut down server
*/
esp_err_t httpd_ssl_stop(httpd_handle_t handle);