Added Code Generated Proto

This commit is contained in:
2025-05-19 21:58:26 +02:00
parent 72486619f2
commit a3a2c35fed
6 changed files with 97 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
uart_prot.c
uart_prot.h
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "main.c" "uart_handler.c" "communication_handler.c"
idf_component_register(SRCS "main.c" "uart_handler.c" "communication_handler.c" "uart_prot.c"
INCLUDE_DIRS ".")