Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add programmer field to rpc.SketchProfile
  • Loading branch information
MatteoPologruto committed Jan 18, 2024
commit 1915dbb3dcba732777bd4b8e5b308a6d786bae09
15 changes: 13 additions & 2 deletions rpc/cc/arduino/cli/commands/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rpc/cc/arduino/cli/commands/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,6 @@ message SketchProfile {
string name = 1;
// FQBN used by the profile
string fqbn = 2;
// Programmer used by the profile
string programmer = 3;
}