mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b40df07521
defined `struct sh2lib_config_t` which contains required config options. Modified the http2_request_example with the required changes.
4 lines
155 B
CMake
4 lines
155 B
CMake
idf_component_register(SRCS "http2_request_example_main.c"
|
|
INCLUDE_DIRS "."
|
|
EMBED_TXTFILES "golang_root_cert.pem")
|