Hi using the instructions provided I have tried to build this repo for a different pinout on my rp-pico but it refused to build despite starting fresh multiple times, this is on a WSL2 instance of Ubuntu LTS 2204.
the only code changed is the following:
main.c:
#define LED_1_RED_GPIO 18 #define LED_1_GREEN_GPIO 19 #define LED_1_BLUE_GPIO 20
CMakeLists.txt:
include(/mnt/c/Users/andrew.adams/Downloads/light/pico-sdk/pico_sdk_init.cmake)
Cmake Output: https://pastebin.com/YcW3s63A
build and error: https://pastebin.com/0xHp6wQA