diff -r ff7f7b47d699 -r cba50f7529d0 components/esp32-ds18b20/CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/esp32-ds18b20/CMakeLists.txt Mon Nov 25 21:01:46 2019 +0100 @@ -0,0 +1,1 @@ +idf_component_register(SRCS ./ds18b20.c INCLUDE_DIRS include REQUIRES esp32-owb)