From 3a952e96eae042a87d48fc9e2be5e6bd09191e4a Mon Sep 17 00:00:00 2001 From: Kevin Banks Date: Thu, 4 Feb 2021 12:42:23 -0600 Subject: [PATCH] Fixing whitespace --- WEBUSB_README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WEBUSB_README.md b/WEBUSB_README.md index 6a83695236..42f69f4bd8 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.