Skip to content

Commit 79702f8

Browse files
cmaglieper1234
andcommitted
Applied code review changes
Co-authored-by: per1234 <[email protected]>
1 parent 603d01b commit 79702f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/UPGRADING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ must be changed to:
268268

269269
### Removed detection of Arduino IDE bundling
270270

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.
274274

275275
### gRPC enumeration renamed enum value in `cc.arduino.cli.commands.v1.LibraryLocation`
276276

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
user to install them, but with the lowest priority over other installed libraries with the same name, it's the
1414
equivalent of the Arduino IDE's bundled libraries directory.
1515
- `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.
1717
- `library` - configuration options relating to Arduino libraries.
1818
- `enable_unsafe_install` - set to `true` to enable the use of the `--git-url` and `--zip-file` flags with
1919
[`arduino-cli lib install`][arduino cli lib install]. These are considered "unsafe" installation methods because

0 commit comments

Comments
 (0)