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
Tried compiling for a MRK Zero and get this. I'm running a fresh install of Arduino IDE 1.8.3. All recently updated libs, can get versions if needed.
\Arduino\libraries\WebUSB/WebUSB.h:25:10: fatal error: USB/PluggableUSB.h: No such file or directory #include "USB/PluggableUSB.h" ^~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board Arduino MKRZERO.
I then tried compiling with Leonardo and it worked fine. Am I missing something?
The text was updated successfully, but these errors were encountered:
Tried compiling for a MRK Zero and get this. I'm running a fresh install of Arduino IDE 1.8.3. All recently updated libs, can get versions if needed.
\Arduino\libraries\WebUSB/WebUSB.h:25:10: fatal error: USB/PluggableUSB.h: No such file or directory #include "USB/PluggableUSB.h" ^~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board Arduino MKRZERO.
I then tried compiling with Leonardo and it worked fine. Am I missing something?
The text was updated successfully, but these errors were encountered: