usb_serial.c: adjust USB strings for Teacup.
This commit is contained in:
parent
c4fc138f7e
commit
7d6ffdae17
|
|
@ -43,8 +43,8 @@
|
|||
|
||||
// You can change these to give your code its own name. On Windows,
|
||||
// these are only used before an INF file (driver install) is loaded.
|
||||
#define STR_MANUFACTURER L"Your Name"
|
||||
#define STR_PRODUCT L"USB Serial"
|
||||
#define STR_MANUFACTURER L"RepRap Community"
|
||||
#define STR_PRODUCT L"Teacup Firmware"
|
||||
|
||||
// All USB serial devices are supposed to have a serial number
|
||||
// (according to Microsoft). On windows, a new COM port is created
|
||||
|
|
|
|||
Loading…
Reference in New Issue