Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBchrt committed Jul 12, 2022
1 parent 30fe71c commit b17de48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions firmware_versions/snapper/inc/usbdescriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ static const char BOS_Descriptor[] __attribute__ ((aligned(4))) = {

SL_ALIGN(4)
static const char URL_Descriptor[] __attribute__ ((aligned(4))) = {
0x1C, /* bLength */
0x12, /* bLength */
0x03, /* bDescriptorType */
0x01, /* bScheme */
's', 'n', 'a', 'p', 'p', 'e', 'r', /* URL */
'-', 'g', 'p', 's', '.', 'h', 'e',
'r', 'o', 'k', 'u', 'a', 'p', 'p',
'.', 'c', 'o', 'm',
'g', 'p', 's', '.', 'i', 'n', 'f',
'o',
};

/* Microsoft OS 2.0 Descriptor */
Expand Down
2 changes: 1 addition & 1 deletion firmware_versions/snapper/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static volatile bool loadFirmware = false;

/* Firmware version */

static uint8_t firmwareVersion[FIRMWARE_VERSION_LENGTH] = {0, 0, 6};
static uint8_t firmwareVersion[FIRMWARE_VERSION_LENGTH] = {0, 0, 7};

static uint8_t firmwareDescription[FIRMWARE_DESCRIPTION_LENGTH] = "SnapperGPS-Basic";

Expand Down

0 comments on commit b17de48

Please sign in to comment.