File tree 2 files changed +6
-0
lines changed
rpc/cc/arduino/cli/commands/v1
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ message Platform {
102
102
// A URL provided by the author of the platform's package, intended to point
103
103
// to their online help service.
104
104
HelpResources help = 12 ;
105
+ // If true the platform is indexed
106
+ bool indexed = 13 ;
107
+ // This field is true when the platform is installed with the Arduino IDE 1.8
108
+ bool missing_metadata = 14 ;
105
109
}
106
110
107
111
message InstalledPlatformReference {
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ message PlatformUpgradeResponse {
97
97
DownloadProgress progress = 1 ;
98
98
// Description of the current stage of the upgrade.
99
99
TaskProgress task_progress = 2 ;
100
+ // Platform to be upgraded.
101
+ Platform platform = 3 ;
100
102
}
101
103
102
104
message PlatformSearchRequest {
You can’t perform that action at this time.
0 commit comments