Skip to content

Add first set of profile commands #2917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix spacing
  • Loading branch information
MatteoPologruto committed May 27, 2025
commit a99efddc27cb9741ee89470c3a339109018fde7c
2 changes: 1 addition & 1 deletion rpc/cc/arduino/cli/commands/v1/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ service ArduinoCoreService {
// Set the default profile.
rpc ProfileSetDefault(ProfileSetDefaultRequest) returns (ProfileSetDefaultResponse) {}

// Dump the project file.
// Dump the project file.
rpc ProfileDump(ProfileDumpRequest) returns (ProfileDumpResponse) {}
}

Expand Down