File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -467,14 +467,16 @@ will be used to identify a board by the discovery process when plugged in.
467467
468468For example we could declare a series of ` upload_port.vid ` and ` upload_port.pid ` for the Uno like so:
469469
470- uno.upload_port.vid.0=0x2341
471- uno.upload_port.pid.0=0x0043
472- uno.upload_port.vid.1=0x2341
473- uno.upload_port.pid.1=0x0001
474- uno.upload_port.vid.2=0x2A03
475- uno.upload_port.pid.2=0x0043
476- uno.upload_port.vid.3=0x2341
477- uno.upload_port.pid.3=0x0243
470+ ```
471+ uno.upload_port.vid.0=0x2341
472+ uno.upload_port.pid.0=0x0043
473+ uno.upload_port.vid.1=0x2341
474+ uno.upload_port.pid.1=0x0001
475+ uno.upload_port.vid.2=0x2A03
476+ uno.upload_port.pid.2=0x0043
477+ uno.upload_port.vid.3=0x2341
478+ uno.upload_port.pid.3=0x0243
479+ ```
478480
479481In this case we're using the board's ` vid ` and ` pid ` to identify it but ` upload_port.* ` properties can be anything that
480482can help identify a certain board. For more detailed information see the
You can’t perform that action at this time.
0 commit comments