File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/node/cli-protocol/cc/arduino/cli/commands/v1 Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 172172 ],
173173 "arduino" : {
174174 "arduino-cli" : {
175- "version" : " 1.2.0 "
175+ "version" : " 1.3.1 "
176176 },
177177 "arduino-fwuploader" : {
178178 "version" : " 2.4.1"
Original file line number Diff line number Diff line change @@ -1139,4 +1139,5 @@ export enum LibraryLocation {
11391139 LIBRARY_LOCATION_PLATFORM_BUILTIN = 2 ,
11401140 LIBRARY_LOCATION_REFERENCED_PLATFORM_BUILTIN = 3 ,
11411141 LIBRARY_LOCATION_UNMANAGED = 4 ,
1142+ LIBRARY_LOCATION_PROFILE = 5 ,
11421143}
Original file line number Diff line number Diff line change @@ -8652,7 +8652,8 @@ proto.cc.arduino.cli.commands.v1.LibraryLocation = {
86528652 LIBRARY_LOCATION_USER : 1 ,
86538653 LIBRARY_LOCATION_PLATFORM_BUILTIN : 2 ,
86548654 LIBRARY_LOCATION_REFERENCED_PLATFORM_BUILTIN : 3 ,
8655- LIBRARY_LOCATION_UNMANAGED : 4
8655+ LIBRARY_LOCATION_UNMANAGED : 4 ,
8656+ LIBRARY_LOCATION_PROFILE : 5
86568657} ;
86578658
86588659goog . object . extend ( exports , proto . cc . arduino . cli . commands . v1 ) ;
You can’t perform that action at this time.
0 commit comments