added display messages

This commit is contained in:
2024-08-13 05:07:40 +02:00
parent b02f4af38d
commit 6094e7b0e7
9 changed files with 87 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ nanopb_generate_cpp(PROTO_SRCS PROTO_HDRS RELPATH proto
proto/light.proto
proto/usb.proto
proto/headlight.proto
proto/display.proto
)
add_library(PROTOS ${PROTO_SRCS} ${PROTO_HDRS})
target_include_directories(PROTOS PUBLIC ${NANOPB_INCLUDE_DIRS} ${PROJECT_BINARY_DIR})