Initial commit
This commit is contained in:
8
firmware/esp32_node/main/CMakeLists.txt
Normal file
8
firmware/esp32_node/main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"app_main.c"
|
||||
"panel_driver.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user