- add second pcb board_control, currently copy of previous board - not enough pins -> board_control handle ui send motorcommands via uart board_motorctl handle motors
21 lines
417 B
CMake
21 lines
417 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"motordrivers.cpp"
|
|
"motorctl.cpp"
|
|
"config.cpp"
|
|
"joystick.cpp"
|
|
"buzzer.cpp"
|
|
"control.cpp"
|
|
"button.cpp"
|
|
"fan.cpp"
|
|
"wifi.c"
|
|
"http.cpp"
|
|
"auto.cpp"
|
|
"currentsensor.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|
|
|
|
spiffs_create_partition_image(spiffs ../react-app/build FLASH_IN_PROJECT)
|