2023-09-12 11:59:57 +02:00

11 lines
161 B
CMake

idf_component_register(
SRCS
"main.cpp"
"config.cpp"
"fan.cpp"
"uart.cpp"
"speedsensor.cpp"
INCLUDE_DIRS
"."
)