fix indent for trunk

This commit is contained in:
rcarteraz 2023-01-21 13:02:28 -07:00
parent 24ea6fc8d9
commit f93d5d519e

View file

@ -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">