hrvach / deskhop

Fast Desktop Switching Device
GNU General Public License v3.0
5.97k stars 168 forks source link

pico w #24

Closed DanPatten closed 5 months ago

DanPatten commented 5 months ago

I have a pico w instead of a pico, what do I need to do to make that work instead?

mparrett commented 5 months ago

I am curious about this too.

hrvach commented 5 months ago

Building it with PICO_BOARD=pico_w and removing gpio_put that deals with the LED (as it's wired differently, it will not work as the wifi section controls it) should be sufficient (in theory). I have no way of testing yet; there are plans to try adding a pico_w for bluetooth support...