1
0

CMakeLists.txt 252 B

123456
  1. #idf_component_register(SRCS "mqtt.c" "fridgeDoor.c" "sound.c" "main.c" "wifi.c"
  2. # INCLUDE_DIRS "."
  3. # )
  4. idf_component_register(SRCS "main.c" "mqtt.c" "readTemps.c" "wifi.c"
  5. INCLUDE_DIRS ".")