Changement du 'vendor' usb
This commit is contained in:
parent
a7ab519a5a
commit
1c751026e1
2 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#Bootloader Port
|
||||
PORT = /dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00
|
||||
#Device Port (for autoreset)
|
||||
RESETPORT = /dev/serial/by-id/usb-Loupiottes_DMXv3_Micro-if00
|
||||
RESETPORT = /dev/serial/by-id/usb-Loupiottes.fr_DMXv3_Micro-if00
|
||||
|
||||
|
||||
TARGET = dmx512_micro
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ const u16 STRING_IPRODUCT[13] = {
|
|||
'D','M','X','v','3',' ','M','i','c','r','o'
|
||||
};
|
||||
|
||||
const u16 STRING_IMANUFACTURER[11] = {
|
||||
(3<<8) | (2+2*10),
|
||||
'L','o','u','p','i','o','t','t','e','s'
|
||||
const u16 STRING_IMANUFACTURER[14] = {
|
||||
(3<<8) | (2+2*13),
|
||||
'L','o','u','p','i','o','t','t','e','s','.','f','r'
|
||||
};
|
||||
|
||||
#ifdef CDC_ENABLED
|
||||
|
|
|
|||
Loading…
Reference in a new issue