Thomas Chef 4 hónapja
szülő
commit
48897907c6
3 módosított fájl, 2 hozzáadás és 3 törlés
  1. 1 1
      CMakeLists.txt
  2. 1 1
      Makefile
  3. 0 1
      main/main.c

+ 1 - 1
CMakeLists.txt

@@ -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)

+ 1 - 1
Makefile

@@ -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

+ 0 - 1
main/main.c

@@ -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,