Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 82662d6

Browse files
brianjjonesgrgustaf
authored andcommitted
[ashell] Fix IDE URL (#1871)
Signed-off-by: Brian J Jones <[email protected]>
1 parent 47074ae commit 82662d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ashell/ide-webusb.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ static const u8_t webusb_bos_descriptor[] = {
4242
/* URL Descriptor: https://wicg.github.io/webusb/#url-descriptor */
4343
static const u8_t webusb_origin_url[] = {
4444
/* Length, DescriptorType, Scheme */
45-
0x11, 0x03, 0x00,
46-
'l', 'o', 'c', 'a', 'l', 'h', 'o', 's', 't', ':', '8', '0', '0', '0'
45+
0x1F, 0x03, 0x01,
46+
'i', 'n', 't', 'e', 'l', '.', 'g', 'i', 't', 'h', 'u', 'b', '.',
47+
'i', 'o', '/', 'z', 'e', 'p', 'h', 'y', 'r', 'j', 's', '-', 'i',
48+
'd', 'e'
4749
};
4850

4951
// Store the receive callback provided by the application here.

0 commit comments

Comments
 (0)