Skip to content

Commit c4a795b

Browse files
committed
Changed URL
1 parent 7a17c75 commit c4a795b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

supervisor/supervisor.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ ifndef USB_INTERFACE_NAME
124124
USB_INTERFACE_NAME = "CircuitPython"
125125
endif
126126

127+
# In the following URL, don't include the https:// prefix.
128+
# It gets added automatically.
127129
ifndef USB_WEBUSB_URL
128-
USB_WEBUSB_URL = "www.circuitpython.org"
130+
USB_WEBUSB_URL = "circuitpython.org"
129131
endif
130132

131133
USB_DEVICES_COMPUTED := CDC,MSC

0 commit comments

Comments
 (0)