- board_control successfully sends motor commands to board_motorctl - board_motorctl receives and applies motor commands note: control pcb currently switches to HTTP mode after startup for testing with data from ui - partially commented in code that has to be reworked - control: send commands via uart instead of to motor objects - board motorctl handled motor: add timeout when no target data received (e.g. control pcb offline / uart bugged) - board motorctl uart: receive motorCommands_t struct and apply data to target state of handled motors - types: fix issue with global motorstateStr variable
12 lines
163 B
CMake
12 lines
163 B
CMake
idf_component_register(
|
|
SRCS
|
|
"wifi.c"
|
|
"buzzer.cpp"
|
|
"uart_common.cpp"
|
|
"types.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
PRIV_REQUIRES nvs_flash
|
|
)
|
|
|