Skip to content

Commit e50a9dc

Browse files
committed
Removed weird cuts markers
1 parent ec88d16 commit e50a9dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ Some port `properties` may not be precise enough to uniquely identify a board, i
302302
Let’s see an example to clarify things a bit, let's suppose that we have the following `properties` coming from the serial discovery:
303303

304304
```JSON
305-
[...CUT...]
306305
"port": {
307306
"address": "/dev/ttyACM0",
308307
"properties": {
@@ -311,7 +310,6 @@ Let’s see an example to clarify things a bit, let's suppose that we have the f
311310
"serialNumber": "EBEABFD6514D32364E202020FF10181E",
312311
"name": "ttyACM0"
313312
}
314-
[...CUT...]
315313
```
316314

317315
in this case we can use `vid` and `pid` to identify the board. The `serialNumber`, instead, is unique for that specific instance of the board so it can't be used to identify the board model. Let’s suppose we have the following `boards.txt`:

0 commit comments

Comments
 (0)