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'm also having problems getting this running - is this for internal use only or can you provide an example of how to use this? We are in dire need of tooling to automate the whole registration in production.
When I run the script listed on the read me, I get the following error
const devices = await usb.getDevices(); ^^^^^ SyntaxError: await is only valid in async function
also import command does not work either, I had to use require
The text was updated successfully, but these errors were encountered: