@@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
-set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/led_strip)
+#set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/led_strip)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fridgeSensor)
@@ -5,6 +5,6 @@
PROJECT_NAME := fridgeSensor
-EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/led_strip
+#EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/led_strip
include $(IDF_PATH)/make/project.mk
@@ -3,7 +3,6 @@
#include "freertos/task.h"
#include "driver/gpio.h"
#include "esp_log.h"
-#include "led_strip.h"
#include "sdkconfig.h"
/* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink,