mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 07:29:08 -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 ".")
|