Started reorganizing the code. Put everything existing to OLD and began with a new main.cppy
This commit is contained in:
+15
-14
@@ -4,21 +4,22 @@
|
||||
idf_component_register(
|
||||
SRCS # list the source files of this component
|
||||
"main.cpp"
|
||||
"src/bmp280.cpp"
|
||||
"src/gpio.cpp"
|
||||
"src/i2c.cpp"
|
||||
"src/wifi.cpp"
|
||||
"src/logger.cpp"
|
||||
"src/led_strip_encoder.c"
|
||||
"src/ledmatrix.cpp"
|
||||
"src/clock.cpp"
|
||||
"src/wordmap.cpp"
|
||||
"src/clockwordmap.cpp"
|
||||
"src/daywordmap.cpp"
|
||||
"src/temperaturewordmap.cpp"
|
||||
"src/temperature.cpp"
|
||||
# "old/src/bmp280.cpp"
|
||||
# "old/src/gpio.cpp"
|
||||
# "old/src/i2c.cpp"
|
||||
# "old/src/wifi.cpp"
|
||||
# "old/src/logger.cpp"
|
||||
# "old/src/led_strip_encoder.c"
|
||||
# "old/src/ledmatrix.cpp"
|
||||
# "old/src/clock.cpp"
|
||||
# "old/src/wordmap.cpp"
|
||||
# "old/src/clockwordmap.cpp"
|
||||
# "old/src/daywordmap.cpp"
|
||||
# "old/src/temperaturewordmap.cpp"
|
||||
# "old/src/temperature.cpp"
|
||||
INCLUDE_DIRS # optional, add here public include directories
|
||||
"inc"
|
||||
"platform/inc"
|
||||
"application/inc"
|
||||
PRIV_INCLUDE_DIRS # optional, add here private include directories
|
||||
REQUIRES # optional, list the public requirements (component names)
|
||||
PRIV_REQUIRES # optional, list the private requirements
|
||||
|
||||
Reference in New Issue
Block a user