feat(esp_https_server): Get the error codes on https_server error

Closes https://github.com/espressif/esp-idf/issues/12026
This commit is contained in:
Harshit Malpani
2024-02-13 16:46:19 +05:30
parent 9274e3e620
commit 3e1a95a0a7
4 changed files with 132 additions and 27 deletions

View File

@@ -3,5 +3,5 @@ set(inc "include")
idf_component_register(SRCS ${src}
INCLUDE_DIRS ${inc}
REQUIRES esp_http_server esp-tls
REQUIRES esp_http_server esp-tls esp_event
PRIV_REQUIRES lwip)