File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ following properties are automatically generated:
465465If the platform supports pluggable discovery it may also declare a set of ` upload_port.* ` properties, these properties
466466will be used to identify a board by the discovery process when plugged in.
467467
468- For example we could declare a series of ` upload_port.vid ` and ` upload_port.pid ` for the Uno like so:
468+ For example we could declare a series of ` upload_port.vid ` and ` upload_port.pid ` properties for the Uno like so:
469469
470470```
471471uno.upload_port.vid.0=0x2341
@@ -478,7 +478,7 @@ uno.upload_port.vid.3=0x2341
478478uno.upload_port.pid.3=0x0243
479479```
480480
481- In this case we're using the board's ` vid ` and ` pid ` to identify it but ` upload_port.* ` properties can be anything that
481+ In this case we're using the board's USB VID/PID pair to identify it but ` upload_port.* ` properties can be anything that
482482can help identify a certain board. For more detailed information see the
483483[ board identification] ( pluggable-discovery-specification.md#board-identification ) section of the pluggable discovery
484484documentation.
You can’t perform that action at this time.
0 commit comments