You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code><PLATFORM_DEPENDENCY></code>, <code><PLATFORM_DEPENDENCY_VERSION></code>, and <code><3RD_PARTY_PLATFORM_DEPENDENCY_URL></code> contains the same
1497
1500
information as <code><PLATFORM></code>, <code><PLATFORM_VERSION></code>, and <code><3RD_PARTY_PLATFORM_URL></code> respectively but for the core
1498
1501
platform dependency of the main core platform. These fields are optional.</li>
1499
-
<li><code>libraries:</code> is a section where the required libraries to build the project are defined. This section is optional.</li>
1500
-
<li><code><LIB_VERSION></code> is the version required for the library, for example, <code>1.0.0</code>.</li>
1502
+
<li><code>libraries:</code> is a section where the required libraries to build the project are defined. This section is optional.<ul>
1503
+
<li><code><INDEX_LIB_NAME> (<INDEX_LIB_VERSION>)</code> represents a library from the Arduino Libraries Index, for example,
1504
+
<code>MyLib (1.0.0)</code>.</li>
1505
+
<li><code>dir: <LOCAL_LIB_PATH></code> represents a library installed in the filesystem and <code><LOCAL_LIB_PATH></code> is the path to the
1506
+
library. The path could be absolute or relative to the sketch folder. This option is available since Arduino CLI
1507
+
1.3.0.</li>
1508
+
</ul>
1509
+
</li>
1501
1510
<li><code><USER_NOTES></code> is a free text string available to the developer to add comments. This field is optional.</li>
1502
1511
<li><code><PROGRAMMER></code> is the programmer that will be used. This field is optional.</li>
0 commit comments