mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 05:22:21 +02:00
Introduces a new example on ASIO to ilustrates on how to compose async operation to build network related protocols. * Original commit: espressif/esp-idf@2433816b14
3 lines
91 B
CMake
3 lines
91 B
CMake
idf_component_register(SRCS "async_http_request.cpp"
|
|
INCLUDE_DIRS ".")
|