mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 21:23:12 -08:00
fix indent for trunk
This commit is contained in:
parent
24ea6fc8d9
commit
f93d5d519e
|
@ -26,21 +26,19 @@ values={[
|
||||||
1. Connect your Meshtastic device to your USB port
|
1. Connect your Meshtastic device to your USB port
|
||||||
2. Open a **Terminal** and enter the following command:
|
2. Open a **Terminal** and enter the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
lsusb
|
lsusb
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- trunk-ignore(markdownlint/MD029) -->
|
|
||||||
|
|
||||||
3. You should see something like:
|
3. You should see something like:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ID xxxx:xxxx Silicon Labs CP210x UART Bridge
|
ID xxxx:xxxx Silicon Labs CP210x UART Bridge
|
||||||
# or
|
# or
|
||||||
ID xxxx:xxxx QinHeng Electronics USB Single Serial
|
ID xxxx:xxxx QinHeng Electronics USB Single Serial
|
||||||
# or
|
# or
|
||||||
FIXME (WISBLOCK OUTPUT)
|
FIXME (WISBLOCK OUTPUT)
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="macos">
|
<TabItem value="macos">
|
||||||
|
|
Loading…
Reference in a new issue