How to change manufacturer and product on native USB for ESP32S3
Posted: Thu Jun 09, 2022 9:05 pm
I have been searching, and can't find a solution.
For the native built in USB port, if I use CDCusb, I can change the product name and such, but I can't use it for serial comms.
If I use it as USBSerial, it works, but I can't change the product ID. Apparently USBSerial uses CDCUsb. How do I get down to the next layer?
For the native built in USB port, if I use CDCusb, I can change the product name and such, but I can't use it for serial comms.
If I use it as USBSerial, it works, but I can't change the product ID. Apparently USBSerial uses CDCUsb. How do I get down to the next layer?