Move all firmware files to subdirectory
This commit is contained in:
6
firmware/main/CMakeLists.txt
Normal file
6
firmware/main/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS "main.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES
|
||||
buttons console_wrapper display settings sound system_utils time wifi
|
||||
)
|
||||
Reference in New Issue
Block a user