6 lines
145 B
CMake
6 lines
145 B
CMake
idf_component_register(
|
|
SRCS "esp_ot_cli.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES mqtt esp_http_client openthread esp_netif freertos nvs_flash
|
|
)
|