File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ must be changed to:
268
268
269
269
### Removed detection of Arduino IDE bundling
270
270
271
- Arduino CLI does not check anymore if it's bundled with the Arduino IDE. Previously this check allowed the Arduino CLI
272
- to automatically use the libraries and tools bundled in the Arduino IDE, now this is not supported anymore unless the
273
- configuration keys ` directories.builtin.libraries ` and ` directories.builtin.tools ` are set.
271
+ Arduino CLI does not check anymore if it's bundled with the Arduino IDE 1.x. Previously this check allowed the Arduino
272
+ CLI to automatically use the libraries and tools bundled in the Arduino IDE, now this is not supported anymore unless
273
+ the configuration keys ` directories.builtin.libraries ` and ` directories.builtin.tools ` are set.
274
274
275
275
### gRPC enumeration renamed enum value in ` cc.arduino.cli.commands.v1.LibraryLocation `
276
276
Original file line number Diff line number Diff line change 13
13
user to install them, but with the lowest priority over other installed libraries with the same name, it's the
14
14
equivalent of the Arduino IDE's bundled libraries directory.
15
15
- ` builtin.tools ` - it's a list of directories of tools that will be available to all platforms without the need for
16
- the user to install them, it's the equivalent of the Arduino IDE's bundled tools directory.
16
+ the user to install them, it's the equivalent of the Arduino IDE 1.x bundled tools directory.
17
17
- ` library ` - configuration options relating to Arduino libraries.
18
18
- ` enable_unsafe_install ` - set to ` true ` to enable the use of the ` --git-url ` and ` --zip-file ` flags with
19
19
[ ` arduino-cli lib install ` ] [ arduino cli lib install ] . These are considered "unsafe" installation methods because
You can’t perform that action at this time.
0 commit comments