summaryrefslogtreecommitdiff
path: root/WEBUSB_README.md
diff options
context:
space:
mode:
authorKevin Banks <kevin@firia.com>2021-02-04 12:42:23 -0600
committerKevin Banks <kevin@firia.com>2021-02-04 12:42:23 -0600
commit3a952e96eae042a87d48fc9e2be5e6bd09191e4a (patch)
tree60660eee1ff985bee72577e8988627b310cd8f7b /WEBUSB_README.md
parentcf9a00dcba8203f66f8543503e94a1a01d3dc23b (diff)
Fixing whitespace
Diffstat (limited to 'WEBUSB_README.md')
-rw-r--r--WEBUSB_README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/WEBUSB_README.md b/WEBUSB_README.md
index 6a8369523..42f69f4bd 100644
--- a/WEBUSB_README.md
+++ b/WEBUSB_README.md
@@ -11,7 +11,7 @@ To date, this has only been tested on one port (esp32s2), on one board (espressi
## What it does
If you have ever used CircuitPython on a platform with a graphical LCD display, you have probably
-already seen multiple "consoles" in use (although the LCD console is "output only").
+already seen multiple "consoles" in use (although the LCD console is "output only").
New compile-time option CIRCUITPY_USB_VENDOR enables an additional "console" that can be used in
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
https://adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html
-
## How to enable
Update your platform's mpconfigboard.mk file to enable and disable specific types of USB interfaces.