mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat: ECDSA peripheral while performing http connection with mutual auth
This commit is contained in:
@@ -313,7 +313,7 @@ typedef struct httpd_config {
|
||||
* - ESP_ERR_HTTPD_ALLOC_MEM : Failed to allocate memory for instance
|
||||
* - ESP_ERR_HTTPD_TASK : Failed to launch server task
|
||||
*/
|
||||
esp_err_t httpd_start(httpd_handle_t *handle, const httpd_config_t *config);
|
||||
esp_err_t httpd_start(httpd_handle_t *handle, const httpd_config_t *config);
|
||||
|
||||
/**
|
||||
* @brief Stops the web server
|
||||
|
Reference in New Issue
Block a user