The USB icon does not show up on my Collect Data, even after I have tried some different configurations (opened Google Chrome, Changed target device, connected Nano to USB)
I only ever use Mozilla Firefox as my browser. Which is not a supported browser for WebUSB.
So I swallowed my pride, installed Google Chrome and logged into my Edge Impulse account.
In this environment, the WebUSB icon showed up. I tested it and no problem, everything worked.
@kevinjpower I verified the USB icon is not there under FireFox as you noticed.
For the id on the Connect using WebUSB icon FireFox says don’t display it for some unknown reason:
id="connect-webserial" style="display: none"
Under Chrome it is:
id="connect-webserial" style=""
So maybe this is a bug when using FireFox or the Studio is hiding elements that are not yet ready to be displayed or is hiding elements that are only needed in certain circumstances. I have no idea what those circumstances might be, tho.
Don’t think this is a bug. Because Firefox is not a supported browser for the WebUSB function, it is not unreasonable to hide the icon when using Firefox.
Of course it would be nice if the icon was there and when the user tried using it, a message appeared “unsupported browser” or similar.