Files
2026-01-25 02:15:05 +01:00

7 lines
130 B
CMake

idf_component_register(
SRCS "src/my_mqtt_client.c"
INCLUDE_DIRS "include"
REQUIRES
mqtt
app_update
)