Skip to content

Commit a7e256f

Browse files
committed
Rebuilt grpc bindings
1 parent 3796d73 commit a7e256f

File tree

4 files changed

+216
-74
lines changed

4 files changed

+216
-74
lines changed

rpc/commands.pb.go

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

rpc/commands.proto

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ service ArduinoCore {
3333
rpc PlatformDownload(PlatformDownloadReq) returns (stream PlatformDownloadResp);
3434

3535
rpc PlatformUninstall(PlatformUninstallReq) returns (PlatformUninstallResp);
36+
37+
rpc PlatformUpgrade(PlatformUpgradeReq) returns (PlatformUpgradeResp);
3638
}
3739

3840
// Configuration contains information to instantiate an Arduino Platform Service

0 commit comments

Comments
 (0)