dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Added all files, but no payload execution. #118

Closed DamnumCondumentum closed 1 year ago

DamnumCondumentum commented 1 year ago

Ive got the correct keyboard, and all files needed. I am running 7.0.0 adafruit and got the bundle 7.

Any help would be appreciated.

DamnumCondumentum commented 1 year ago

image_2022-12-06_201239230 Screenshot 2022-12-06 201016

dbisu commented 1 year ago

The first thing I see is that adafruit_tick should be a mpy file and not a folder. You may want to download one of the release bundles to ensure all of your library dependencies are correct.

DamnumCondumentum commented 1 year ago

thank you, I will try.

DamnumCondumentum commented 1 year ago

it worked, thank you so much. btw I used a pre built release.

dbisu commented 1 year ago

Closing since it is working now.