Added Uart Package Parsing

This commit is contained in:
2026-05-05 19:54:18 +02:00
parent 3e174e1326
commit 6e0075f0b3
3 changed files with 152 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
idf_component_register(SRCS "powerpod.c" "led_ring.c"
idf_component_register(SRCS "powerpod.c" "led_ring.c" "uart.c"
INCLUDE_DIRS ".")