Skip to content

Commit 1352938

Browse files
committed
Changed URL
1 parent b6ce29b commit 1352938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/gen_usb_descriptor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
# Digitizer works on Linux but conflicts with mouse, so omit it.
2323
DEFAULT_HID_DEVICES='KEYBOARD,MOUSE,CONSUMER,GAMEPAD'
2424

25-
DEFAULT_WEBUSB_URL = 'www.circuitpython.org' # In the future, this may become a specific landing page
25+
# In the following URL, don't include the https:// because that prefix gets added automatically
26+
DEFAULT_WEBUSB_URL = 'circuitpython.org' # In the future, this may become a specific landing page
2627

2728
parser = argparse.ArgumentParser(description='Generate USB descriptors.')
2829
parser.add_argument('--highspeed', default=False, action='store_true',

0 commit comments

Comments
 (0)