dbisu / pico-ducky

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

wait_for_button_press Command Not Working #114

Closed PixellNerd closed 1 year ago

PixellNerd commented 2 years ago

When the script runs, it skips over any wait_for_button_press commands. I have tested my own scrips as well as the example scrips from the Rubber Ducky documentation (images below respectively) image_2022-11-15_154931997 image_2022-11-15_154945102

As far as I can tell, there shouldn't be any button pressed down that would cause it to be skipped over. Any help would be appreciated!

dbisu commented 2 years ago

WAIT_FOR_BUTTON_PRESS is not currently implemented. See issue #103

dbisu commented 1 year ago

Closing as duplicate of #103