CMakeLists.txt 260 B

123
  1. idf_component_register(SRCS "camera.c" "sccb.c" "sensor.c" "twi.c" "xclk.c" "ov2640.c" "ov7725.c" "yuv.c" "to_jpg.cpp" "to_bmp.c" "jpge.cpp" "esp_jpg_decode.c"
  2. INCLUDE_DIRS "." "include")
  3. #PRIV_REQUIRES mqtt json SHT20)