Skip to content

Commit c8c4928

Browse files
feat: use Arduino CLI 1.3.1
1 parent 155f0ae commit c8c4928

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
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"

arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/lib_pb.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/lib_pb.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

86588659
goog.object.extend(exports, proto.cc.arduino.cli.commands.v1);

0 commit comments

Comments
 (0)