mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-12 19:23:45 +02:00
4 lines
137 B
CMake
4 lines
137 B
CMake
idf_component_register(SRCS "SerialManager/SerialManager.cpp"
|
|
INCLUDE_DIRS "SerialManager"
|
|
REQUIRES esp_driver_uart CommandManager
|
|
) |