mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user