Replies: 1 comment
-
Right now you can't change the USB descriptor. #3139 should make it so your code could ::begin and ::end to add and remove devices at will. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It's possible to enable/disable FatFSUSB programmatically?
I mean, it's possible to disable the usb serial port by calling Serial.end() at the start of the setup method, and it will be excluded from the usb descriptor.
This can be done to FatFSUSB too? I would like to use enable or disable it based on some variables.
Beta Was this translation helpful? Give feedback.
All reactions