diff -r f8b0268c8d0a -r 1c9894662795 main/CMakeLists.txt --- a/main/CMakeLists.txt Sun Mar 26 22:22:45 2023 +0200 +++ b/main/CMakeLists.txt Mon Mar 27 22:13:21 2023 +0200 @@ -1,2 +1,2 @@ -idf_component_register(SRCS "iotbalkon.c" +idf_component_register(SRCS config.c iotbalkon.c task_bmp280.c INCLUDE_DIRS ".")