Make some USB product strings consistent
This commit is contained in:
parent
1c43b63087
commit
6306c5db0a
4 changed files with 6 additions and 6 deletions
|
|
@ -178,7 +178,7 @@ mkrfox1200.upload.wait_for_upload_port=true
|
|||
mkrfox1200.upload.native_usb=true
|
||||
mkrfox1200.build.mcu=cortex-m0plus
|
||||
mkrfox1200.build.f_cpu=48000000L
|
||||
mkrfox1200.build.usb_product="Arduino MKRFox1200"
|
||||
mkrfox1200.build.usb_product="Arduino MKR FOX 1200"
|
||||
mkrfox1200.build.usb_manufacturer="Arduino LLC"
|
||||
mkrfox1200.build.board=SAMD_MKRFox1200
|
||||
mkrfox1200.build.core=arduino
|
||||
|
|
@ -207,7 +207,7 @@ mkrgsm1400.upload.wait_for_upload_port=true
|
|||
mkrgsm1400.upload.native_usb=true
|
||||
mkrgsm1400.build.mcu=cortex-m0plus
|
||||
mkrgsm1400.build.f_cpu=48000000L
|
||||
mkrgsm1400.build.usb_product="Arduino MKRGSM1400"
|
||||
mkrgsm1400.build.usb_product="Arduino MKR GSM 1400"
|
||||
mkrgsm1400.build.usb_manufacturer="Arduino LLC"
|
||||
mkrgsm1400.build.board=SAMD_MKRGSM1400
|
||||
mkrgsm1400.build.core=arduino
|
||||
|
|
@ -236,7 +236,7 @@ mkrwan1300.upload.wait_for_upload_port=true
|
|||
mkrwan1300.upload.native_usb=true
|
||||
mkrwan1300.build.mcu=cortex-m0plus
|
||||
mkrwan1300.build.f_cpu=48000000L
|
||||
mkrwan1300.build.usb_product="Arduino MKRWAN1300"
|
||||
mkrwan1300.build.usb_product="Arduino MKR WAN 1300"
|
||||
mkrwan1300.build.usb_manufacturer="Arduino LLC"
|
||||
mkrwan1300.build.board=SAMD_MKRWAN1300
|
||||
mkrwan1300.build.core=arduino
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
/*
|
||||
* USB device definitions
|
||||
*/
|
||||
#define STRING_PRODUCT "Arduino MKRFox1200"
|
||||
#define STRING_PRODUCT "Arduino MKR FOX 1200"
|
||||
#define USB_VID_HIGH 0x23
|
||||
#define USB_VID_LOW 0x41
|
||||
#define USB_PID_HIGH 0x00
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
/*
|
||||
* USB device definitions
|
||||
*/
|
||||
#define STRING_PRODUCT "Arduino MKRGSM1400"
|
||||
#define STRING_PRODUCT "Arduino MKR GSM 1400"
|
||||
#define USB_VID_HIGH 0x23
|
||||
#define USB_VID_LOW 0x41
|
||||
#define USB_PID_HIGH 0x00
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
/*
|
||||
* USB device definitions
|
||||
*/
|
||||
#define STRING_PRODUCT "Arduino MKRWAN1300"
|
||||
#define STRING_PRODUCT "Arduino MKR WAN 1300"
|
||||
#define USB_VID_HIGH 0x23
|
||||
#define USB_VID_LOW 0x41
|
||||
#define USB_PID_HIGH 0x00
|
||||
|
|
|
|||
Loading…
Reference in a new issue