Skip to content

Commit 2e92b40

Browse files
committed
Removed legacy vid_pid field from Compile gRPC call
1 parent 0a9012a commit 2e92b40

File tree

6 files changed

+91
-105
lines changed

6 files changed

+91
-105
lines changed

Diff for: commands/compile/compile.go

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ func Compile(ctx context.Context, req *rpc.CompileRequest, outStream, errStream
160160

161161
builderCtx.Jobs = int(req.GetJobs())
162162

163-
builderCtx.USBVidPid = req.GetVidPid()
164163
builderCtx.WarningsLevel = req.GetWarnings()
165164

166165
builderCtx.CustomBuildProperties = append(req.GetBuildProperties(), "build.warn_data_percentage=75")

Diff for: rpc/cc/arduino/cli/commands/v1/commands.pb.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rpc/cc/arduino/cli/commands/v1/common.pb.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rpc/cc/arduino/cli/commands/v1/compile.pb.go

+89-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)