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
+1 -1
View File
@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(hello-world)
project(FastLED-idf)
+2 -2
View File
@@ -1,4 +1,4 @@
set(COMPONENT_SRCS "hello_world_main.c")
set(COMPONENT_SRCS "main.c")
set(COMPONENT_ADD_INCLUDEDIRS "")
register_component()
register_component()
View File
+534 -445
View File
File diff suppressed because it is too large Load Diff