Skip to content

Commit 1915dbb

Browse files
Add programmer field to rpc.SketchProfile
1 parent 47645e9 commit 1915dbb

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
@@ -208,4 +208,6 @@ message SketchProfile {
208208
string name = 1;
209209
// FQBN used by the profile
210210
string fqbn = 2;
211+
// Programmer used by the profile
212+
string programmer = 3;
211213
}

0 commit comments

Comments
 (0)