Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade to USB 2.1 from Arduino Web Editor? #39

Closed
varunkumar opened this issue Nov 12, 2017 · 1 comment
Closed

How to upgrade to USB 2.1 from Arduino Web Editor? #39

varunkumar opened this issue Nov 12, 2017 · 1 comment

Comments

@varunkumar
Copy link

The WebUSB library provides all the extra low-level USB code necessary for WebUSB support except for one thing: Your device must be upgraded from USB 2.0 to USB 2.1. To do this go into the SDK installation directory and open hardware/arduino/avr/cores/arduino/USBCore.h. Then find the line #define USB_VERSION 0x200 and change 0x200 to 0x210. That's it!

Is it possible to do this from Arduino Web Editor?

@reillyeon
Copy link
Collaborator

While newer versions of the native Arduino SDK support modifying the board configuration to change USB_VERSION this does not appear to be possible with the web editor. I suggest reaching out through Arduino's support channels to request this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants