deskhop icon indicating copy to clipboard operation
deskhop copied to clipboard

Not working when compiled by source

Open topaxi opened this issue 5 months ago • 2 comments

I'm not sure what I am doing wrong, the provided binaries from the beta release work, but I ran into issue #15 and thought I'd increase the mouse acceleration in user_config.h.

I built it on my arch linux machine using the following commands:

PICO_BOARD=pico PICO_SDK_PATH=/usr/share/pico-sdk cmake -S . -B build
cmake --build build

I have pico-sdk 1.5.1 installed via aur.

When I flash my pico A, the led keeps blinking in an interval.

Flashing back the provided binaries, functionality returns :sweat_smile:

topaxi avatar Jan 05 '24 20:01 topaxi