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
I discovered that your WebUSB does no longer work when installing newer SAMD-Board versions.
The default WebUSB example work for SAMD Board version 1.8.9.
But it does not work anymore for version 1.8.10 and above.
Works....
Does not work....
I am using a MKRWiFi1010 board.
The error message is :
fatal error: USB/PluggableUSB.h: No such file or directory
#include "USB/PluggableUSB.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino MKR WiFi 1010.
Any idea what to do ?
The text was updated successfully, but these errors were encountered:
If downgrading SAMD core to version 1.8.9 as described in #84 (comment) is not an option, you could try to update library/WebUSB/WebUSB.h by including path to "api/PluggableUSB.h" and changing uint32_t to unsigned int when compiling for ARDUINO_API_VERSION and above. That ARDUINO_API_VERSION value is defined automatically when building for core 1.8.10 and above.
I discovered that your WebUSB does no longer work when installing newer SAMD-Board versions.
The default WebUSB example work for SAMD Board version 1.8.9.
But it does not work anymore for version 1.8.10 and above.
Works....
Does not work....
I am using a MKRWiFi1010 board.
The error message is :
Any idea what to do ?
The text was updated successfully, but these errors were encountered: