both boards compile and send/receive example data using new templates in common uart code common/uart_common.hpp
11 lines
149 B
CMake
11 lines
149 B
CMake
idf_component_register(
|
|
SRCS
|
|
"wifi.c"
|
|
"buzzer.cpp"
|
|
"uart_common.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
PRIV_REQUIRES nvs_flash
|
|
)
|
|
|