Skip to content
Advertisement

Tag: proto

proto-loader unable to load .proto file with dependencies

I’m trying to load .proto files coming from the arduino-cli repo. More specifically, I’m loading the commands.proto that has a dependency on a few other .proto files within the same directory. In the load options provided to proto-loader, I specified the paths to all these .proto dependencies, yet an error pops up stating that proto messages defined in one of

Advertisement