diff options
| author | Kevin Banks <kevin@firia.com> | 2021-02-04 16:31:18 -0600 |
|---|---|---|
| committer | Kevin Banks <kevin@firia.com> | 2021-02-04 16:31:18 -0600 |
| commit | c4a795b1e733e362924cdd0233056800099fec82 (patch) | |
| tree | 9cbae8c2c67b4dfde6e4ad9f38010bdc9cbb596b /supervisor | |
| parent | 7a17c75256282a282f3bae34dfc608037acf4382 (diff) | |
Changed URL
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/supervisor.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index 70d3e146b..f559e004e 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -124,8 +124,10 @@ ifndef USB_INTERFACE_NAME USB_INTERFACE_NAME = "CircuitPython" endif +# In the following URL, don't include the https:// prefix. +# It gets added automatically. ifndef USB_WEBUSB_URL -USB_WEBUSB_URL = "www.circuitpython.org" +USB_WEBUSB_URL = "circuitpython.org" endif USB_DEVICES_COMPUTED := CDC,MSC |
