File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,11 @@ The folder name contains the include | `AnAwesomeServoForWhatever`
7373
7474The "location priority" is determined as follows (in order of highest to lowest priority):
7575
76- 1 . The library is in the sketchbook ( ` {sketchbook path}/ libraries` )
76+ 1 . The library is in the ` libraries ` subfolder of the IDE's sketchbook or Arduino CLI's user directory
77771 . The library is bundled with the board platform/core ([ ` {runtime.platform.path}/libraries ` ] ( platform-specification.md#global-predefined-properties ) )
78781 . The library is bundled with the [ referenced] ( platform-specification.md#referencing-another-core-variant-or-tool ) board platform/core
79791 . The library is bundled with the Arduino IDE ([ ` {runtime.ide.path}/libraries ` ] ( platform-specification.md#global-predefined-properties ) )
80+ - This location is only used by Arduino CLI when it's located in the Arduino IDE installation folder
8081
8182## Compilation
8283
You can’t perform that action at this time.
0 commit comments