Changing Serial CDC name #1434
-
Hi there , i was wondering if anyone has a way to change the "name" of the USB_PRODUCT_STRING from the built in ones to a custom string. Acording to https://github.com/stm32duino/Arduino_Core_STM32/blob/master/cores/arduino/stm32/usb/usbd_desc.c Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @geraldjust
|
Beta Was this translation helpful? Give feedback.
Hi @geraldjust
you can try to use the
build_opt.h
: https://github.com/stm32duino/wiki/wiki/Customize-build-options-using-build_opt.h-DUSB_PRODUCT_STRING="custom USB"