Skip to content

Commit 3a952e9

Browse files
committed
Fixing whitespace
1 parent cf9a00d commit 3a952e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WEBUSB_README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To date, this has only been tested on one port (esp32s2), on one board (espressi
1111
## What it does
1212

1313
If you have ever used CircuitPython on a platform with a graphical LCD display, you have probably
14-
already seen multiple "consoles" in use (although the LCD console is "output only").
14+
already seen multiple "consoles" in use (although the LCD console is "output only").
1515

1616
New compile-time option CIRCUITPY_USB_VENDOR enables an additional "console" that can be used in
1717
parallel with the original (CDC) serial console.
@@ -25,7 +25,6 @@ One example of a web page you can use to test drive this feature can be found at
2525

2626
https://adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html
2727

28-
2928
## How to enable
3029

3130
Update your platform's mpconfigboard.mk file to enable and disable specific types of USB interfaces.

0 commit comments

Comments
 (0)