4 lines
129 B
CMake
4 lines
129 B
CMake
idf_component_register(SRCS "mqtt_control.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES mqtt cjson)
|