File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
rpc/cc/arduino/cli/commands/v1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,19 +191,19 @@ service ArduinoCoreService {
191
191
// Set a single configuration value.
192
192
rpc SettingsSetValue (SettingsSetValueRequest ) returns (SettingsSetValueResponse );
193
193
194
- // Create the project file and add a profile to it.
194
+ // Create the sketch project file and add a build profile to it.
195
195
rpc InitProfile (InitProfileRequest ) returns (InitProfileResponse ) {}
196
196
197
- // Add a library to the profile.
197
+ // Add a library to the build profile.
198
198
rpc ProfileLibAdd (ProfileLibAddRequest ) returns (ProfileLibAddResponse ) {}
199
199
200
- // Remove a library from the profile.
200
+ // Remove a library from the build profile.
201
201
rpc ProfileLibRemove (ProfileLibRemoveRequest ) returns (ProfileLibRemoveResponse ) {}
202
202
203
- // Set the default profile.
203
+ // Set the default build profile.
204
204
rpc ProfileSetDefault (ProfileSetDefaultRequest ) returns (ProfileSetDefaultResponse ) {}
205
205
206
- // Dump the project file.
206
+ // Dump the sketch project file.
207
207
rpc ProfileDump (ProfileDumpRequest ) returns (ProfileDumpResponse ) {}
208
208
}
209
209
You can’t perform that action at this time.
0 commit comments