mirror of
https://github.com/espressif/esp-idf
synced 2025-04-06 06:40:11 -04:00
Introduces a new example on ASIO to ilustrates on how to compose async operation to build network related protocols.
3 lines
91 B
CMake
3 lines
91 B
CMake
idf_component_register(SRCS "async_http_request.cpp"
|
|
INCLUDE_DIRS ".")
|