chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
set(src "src/https_server.c")
|
||||
set(inc "include")
|
||||
|
||||
idf_component_register(SRCS ${src}
|
||||
INCLUDE_DIRS ${inc}
|
||||
REQUIRES esp_http_server esp-tls esp_event
|
||||
PRIV_REQUIRES lwip)
|
||||
Reference in New Issue
Block a user