mirror of
https://github.com/whowechina/mai_pico.git
synced 2025-02-21 03:16:29 +01:00
USB descriptor string fix
This commit is contained in:
parent
6e95a96fca
commit
da2a210284
BIN
Production/firmware/mai_pico.uf2
Normal file
BIN
Production/firmware/mai_pico.uf2
Normal file
Binary file not shown.
@ -148,11 +148,10 @@ static char serial_number_str[24] = "123456\0";
|
||||
// array of pointer to string descriptors
|
||||
static const char *string_desc_arr[] = {
|
||||
(const char[]){0x09, 0x04}, // 0: is supported language is English (0x0409)
|
||||
"WHowe" , // 1: Manufacturer
|
||||
"WHowe", // 1: Manufacturer
|
||||
"Mai Pico Controller", // 2: Product
|
||||
serial_number_str, // 3: Serials, use chip ID
|
||||
"Mai Pico Joystick",
|
||||
"Mai Pico LED",
|
||||
"Mai Pico NKRO",
|
||||
"Mai Pico Command Serial Port",
|
||||
"Mai Pico Touch Serial Port",
|
||||
|
Loading…
x
Reference in New Issue
Block a user