-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug in adafruit_hid since library update #2
Comments
Can you please share the link to the wokwi project that shows this problem? |
Try using a newer CircuitPython version by changing diagram.json line 11 to read: "attrs": { "env": "circuitpython-7.3.3" } (you can also try 8.0.2) |
Thanks! That works to clear the error. |
Yes, we're using an older version for that link since 7.x.x had performance issues with the Pico (adafruit/circuitpython#5341), so we had to use a specific version in order to get the simulation as fast as possible. This may have been solved in recent 8.x releases (by adafruit/circuitpython#7201), but I haven't had a chance to thoroughly test it yet. Once we're sure 8.x works correctly, we'll probably switch the new project template to use the latest 8.x release. |
Thanks for the explanation. Love the project! Cheers! |
Test script can be found here: https://github.com/dbisu/pico-ducky/blob/main/duckyinpython.py
Line 6: 'from adafruit_hid.keyboard import Keyboard'
The text was updated successfully, but these errors were encountered: