espressif / vscode-esp-idf-web-extension

ESP-IDF Web Extension for Visual Studio Code
Apache License 2.0
1 stars 2 forks source link

Polyfill WebSerial with WebUSB for Mobile devices #6

Closed archef2000 closed 1 month ago

archef2000 commented 1 month ago

Checklist

Feature description

Mobile Android browsers/devices only support WebUSB and so esp-idf-web is currently incompatible with them. VSCode Web also supports USB access so it could be polyfilled.

Use cases

Use code server with a low power Android device.

Alternatives

No response

Additional context

I was already working on the polyfill with the libary from google, but now I will have to change it a bit.

Would you accept a PR?

brianignacio5 commented 1 month ago

Yeah sure thing, thanks !