diff -r ff7f7b47d699 -r cba50f7529d0 main/CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/CMakeLists.txt Mon Nov 25 21:01:46 2019 +0100 @@ -0,0 +1,5 @@ +idf_component_register(SRCS automation.c brewboard.c buttons.c calibration.c config.c files.c + manual.c recipes.c setup.c + task_driver.c task_ds18b20.c task_http.c task_sdcard.c task_sound.c task_tft.c task_wifi.c updates.c + INCLUDE_DIRS ".") +