Add PoC Serial communication implementation

This commit is contained in:
Lorow
2025-05-09 19:45:05 +02:00
parent 9ce9a7da74
commit 1eeba31efd
4 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "SerialManager/SerialManager.cpp"
INCLUDE_DIRS "SerialManager"
REQUIRES esp_driver_uart CommandManager
)