File tree 1 file changed +2
-1
lines changed
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`
73
73
74
74
The "location priority" is determined as follows (in order of highest to lowest priority):
75
75
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
77
77
1 . The library is bundled with the board platform/core ([ ` {runtime.platform.path}/libraries ` ] ( platform-specification.md#global-predefined-properties ) )
78
78
1 . The library is bundled with the [ referenced] ( platform-specification.md#referencing-another-core-variant-or-tool ) board platform/core
79
79
1 . 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
80
81
81
82
## Compilation
82
83
You can’t perform that action at this time.
0 commit comments