feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
5
esp-crab/slave_recv/main/CMakeLists.txt
Normal file
5
esp-crab/slave_recv/main/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(APP_DIR app)
|
||||
file(GLOB_RECURSE APP_SOURCES ${APP_DIR}/*.c)
|
||||
|
||||
idf_component_register(SRCS "app_main.c" ${APP_SOURCES}
|
||||
INCLUDE_DIRS "." ${APP_DIR})
|
||||
Reference in New Issue
Block a user