diff -r deaca7606e23 -r 83314e7b1b4a components/esp32-ds18b20/CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/esp32-ds18b20/CMakeLists.txt Sat Oct 26 14:05:17 2019 +0200 @@ -0,0 +1,1 @@ +idf_component_register(SRCS ./ds18b20.c INCLUDE_DIRS include REQUIRES esp32-owb)