Renamed the component successfully, now tries to compile

This commit is contained in:
Brian Bulkowski
2020-02-13 23:08:09 -08:00
parent a8262028ae
commit 3fa53e6d49
4 changed files with 537 additions and 448 deletions

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(hello-world) project(FastLED-idf)

View File

@@ -1,4 +1,4 @@
set(COMPONENT_SRCS "hello_world_main.c") set(COMPONENT_SRCS "main.c")
set(COMPONENT_ADD_INCLUDEDIRS "") set(COMPONENT_ADD_INCLUDEDIRS "")
register_component() register_component()

979
sdkconfig

File diff suppressed because it is too large Load Diff