Port to ESP32
This commit is contained in:
14
main/CMakeLists.txt
Normal file
14
main/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"main.c"
|
||||
"control.c"
|
||||
"led.c"
|
||||
"rcsignal.c"
|
||||
"animation.c"
|
||||
INCLUDE_DIRS "."
|
||||
EMBED_FILES
|
||||
"../webapp/index.html"
|
||||
"../webapp/app/app.js"
|
||||
"../webapp/css/style.css"
|
||||
"../webapp/data/favicon.ico"
|
||||
)
|
||||
Reference in New Issue
Block a user