Skip to content

Commit 36168e1

Browse files
committed
update url for webusb examples
1 parent a514551 commit 36168e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/WebUSB/webusb_rgb/webusb_rgb.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ80
4949
Adafruit_USBD_WebUSB usb_web;
5050

5151
// Landing Page: scheme (0: http, 1: https), url
52-
WEBUSB_URL_DEF(landingPage, 1 /*https*/, "adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-rgb");
52+
WEBUSB_URL_DEF(landingPage, 1 /*https*/, "adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-rgb/index.html");
5353

5454
// the setup function runs once when you press reset or power the board
5555
void setup()

examples/WebUSB/webusb_serial/webusb_serial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Adafruit_USBD_WebUSB usb_web;
3232

3333
// Landing Page: scheme (0: http, 1: https), url
34-
WEBUSB_URL_DEF(landingPage, 1 /*https*/, "adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial");
34+
WEBUSB_URL_DEF(landingPage, 1 /*https*/, "adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html");
3535

3636
int led_pin = LED_BUILTIN;
3737

0 commit comments

Comments
 (0)