mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 12:50:12 -04:00
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")
|