-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit 7a4f716
[skip changelog] Correct format of
The platform developer can associate port properties with a board definition in order to cause Arduino CLI to identify
ports having those properties as that board.
The list format is supported for these platform properties in order to allow multiple alternative port property sets to
be associated. The platform property must have the format `upload_port.n.<property ID>` (where "n" is the array index of
the port property set).
Although the platform property format is correctly documented in the Arduino Platform Specification, an incorrect format
`upload_port.<property ID>.n` was previously used in the boards.txt snippet illustrating the use of the platform
properties.upload_port
identification properties in snippet (#2655)1 parent 80c463f commit 7a4f716
1 file changed
+8
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 | - | ||
551 | - | ||
552 | - | ||
553 | - | ||
554 | - | ||
555 | - | ||
556 | - | ||
557 | - | ||
550 | + | ||
551 | + | ||
552 | + | ||
553 | + | ||
554 | + | ||
555 | + | ||
556 | + | ||
557 | + | ||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
|
0 commit comments