Skip to content

Commit 4d6f4d2

Browse files
Add programmer to rpc.Profile
1 parent f7f9f8e commit 4d6f4d2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

rpc/cc/arduino/cli/commands/v1/common.pb.go

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/common.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ message Profile {
178178
string name = 1;
179179
// FQBN specified in the profile.
180180
string fqbn = 2;
181+
// Programmer specified in the profile.
182+
string programmer = 3;
181183
}
182184

183185
message HelpResources {

0 commit comments

Comments
 (0)