1
0

CMakeLists.txt 140 B

1234
  1. idf_component_register(SRCS "mqtt.c" "fridgeDoor.c" "sound.c" "main.c" "wifi.c"
  2. INCLUDE_DIRS "."
  3. )