Replies: 2 comments
-
The Espressif IDF sets this value to So you can easily override this value (in sdkconfig) but not easily make it automatic. To do that means we need to provide our own implementation of the descriptor configuration (replacing the IDF's Kconfig-based implementation), and pass this to Fortunately we already have such an implementation for the other tinyusb ports (rp2, samd, etc, see shared/tinyusb/mp_usbd_descriptor.c), but adapting it to esp32 is not completely trivial. |
Beta Was this translation helpful? Give feedback.
-
This is fixed automatically in 1.24 (via 4247921), if you set CONFIG_TINYUSB_DESC_SERIAL_STRING to "" |
Beta Was this translation helpful? Give feedback.
-
I have several ESP32-S3 boards and can't distinguish them when they're plugged into my computer because they all show the same USB serial number (123456). Is there some way to use the unique chip ID as a basis for the USB serial number?
I'm using the latest Micropython build.
Beta Was this translation helpful? Give feedback.
All reactions