Skip to content

Commit 0f76619

Browse files
committed
Adding vendor_id and product_id fields to the README
1 parent 9faaa39 commit 0f76619

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ $ mbedls --json
8686
"mount_point": "D:",
8787
"platform_name": "K64F",
8888
"platform_name_unique": "K64F[0]",
89+
"product_id": "0204",
8990
"serial_port": "COM18",
9091
"target_id": "0240000032044e4500257009997b00386781000097969900",
9192
"target_id_mbed_htm": "0240000032044e4500257009997b00386781000097969900",
92-
"target_id_usb_id": "0240000032044e4500257009997b00386781000097969900"
93+
"target_id_usb_id": "0240000032044e4500257009997b00386781000097969900",
94+
"vendor_id": "0d28"
9395
}
9496
]
9597
```
@@ -288,7 +290,7 @@ If set to `'+'`, the mocked platform is enabled. If `'-'`, the mocked platform i
288290

289291
## Logging
290292

291-
Mbed LS uses the Python `logging` module for all of its logging needs. Mbed LS uses the logger `"mbedls"` as its root, and all other loggers start with `"mbedls."`. Configuring the Python root logger automatically redirects all of the Mbed LS logs to the configured endpoint. When using the Python API, configure logging, such as by calling `logging.basicConfig()`.
293+
Mbed LS uses the Python `logging` module for all of its logging needs. Mbed LS uses the logger `"mbedls"` as its root, and all other loggers start with `"mbedls."`. Configuring the Python root logger automatically redirects all of the Mbed LS logs to the configured endpoint. When using the Python API, configure logging, such as by calling `logging.basicConfig()`.
292294

293295
# Testing
294296

0 commit comments

Comments
 (0)