added passthouth off headlight settings messages

This commit is contained in:
2024-05-29 03:28:16 +02:00
parent 8d02489b16
commit 13002071d7
9 changed files with 125 additions and 17 deletions

View File

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