Skip to content

Commit 8e241c1

Browse files
authored
[skip changelog] Clarify use of platform.txt's name property in Arduino development software (#798)
Previously, the description of the use of this property in the Arduino IDE was vague and potentially confusing.
1 parent e1210d2 commit 8e241c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platform-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following meta-data must be defined:
7979
name=Arduino AVR Boards
8080
version=1.5.3
8181

82-
The **name** will be shown in the Arduino IDE's Board menu or the Name field of [`arduino-cli core`](https://arduino.github.io/arduino-cli/commands/arduino-cli_core/)'s output.<br>
82+
The **name** will be shown as the Arduino IDE's Board menu section title or the Name field of [`arduino-cli core list`](../commands/arduino-cli_core_list)'s output for the platform.<br>
8383
The **version** is currently unused, it is reserved for future use (probably together with the Boards Manager to handle dependencies on cores).
8484

8585
### Build process

0 commit comments

Comments
 (0)