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

Does not work with CircuitPython 8.0.0 on pico W #134

Closed KeyPro77 closed 1 year ago

KeyPro77 commented 1 year ago

Hello I just got my pico w and I followed the instructions(with the adafruit-circuitpython-bundle-8 and CircuitPython 8.0.0). I also couldnt find the previous version of CircuitPython. So I'm doing something wrong or is this repository not up to date?

Thanks for any reply!

dbisu commented 1 year ago

Make sure you are using the picow branch. I have not yet merged pico w support into the main branch. Now that CircuitPython 8.0.0 has been released, I'm hoping to get that done in the next few days.

KeyPro77 commented 1 year ago

Thank you very much!