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
Hello, I wanted to try out the library, so I downloaded the files as ZIP. I then started reading README and found:
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!
However, there is no such file. When I go to the folder, I only have boads.txt and platform.txt there. I am using Linux by the way, is the step two from Getting started necessary?
The text was updated successfully, but these errors were encountered:
Hello, I wanted to try out the library, so I downloaded the files as ZIP. I then started reading README and found:
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!
However, there is no such file. When I go to the folder, I only have boads.txt and platform.txt there. I am using Linux by the way, is the step two from Getting started necessary?
The text was updated successfully, but these errors were encountered: