You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
for esp32s3 dfu example I created descriptor that has two altsettings
alt=0 and alt=1
how to know from micropython, is there some variable of function
which returns currently used altsetting (value 0 or 1 in my case)
this is how descriptor looks from lsusb -v -d
this is how dfu-util -l sees it
Now I need some hint how in the example
https://github.com/micropython/micropython/blob/master/examples/usb/usb_dfu_device.py
can I know which alt setting is being used?
Beta Was this translation helpful? Give feedback.
All reactions