File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -538,9 +538,9 @@ This explains the presence of **{build.mcu}** or **{build.board}** in the platfo
538
538
overwritten respectively by ** {uno.build.mcu}** and ** {uno.build.board}** when the Uno board is selected! Moreover the
539
539
following properties are automatically generated:
540
540
541
- - ` {build.board.platform.path} ` : The path to the selected board's platform.
541
+ - ` {build.board.platform.path} ` : The path to the selected board's platform. (available since Arduino CLI >=1.0.4)
542
542
- ` {build.core.platform.path} ` : The path to the core's platform. It may differ from the board's platform path because
543
- the latter may reference a core from another platform.
543
+ the latter may reference a core from another platform. (available since Arduino CLI >=1.0.4)
544
544
- ` {build.core.path} ` : The path to the selected board's core folder (inside the [ core platform] ( #platform-terminology ) ,
545
545
for example hardware/arduino/avr/core/arduino)
546
546
- ` {build.system.path} ` : The path to the [ core platform] ( #platform-terminology ) 's system folder if available (for
You can’t perform that action at this time.
0 commit comments