From fd414f88bf91f893c7e8270978e00370e9789ef2 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 3 Dec 2024 11:28:18 +0000 Subject: [PATCH] CI: Switch to PicoVector2 branch. --- ci/micropython.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/micropython.sh b/ci/micropython.sh index 6466293..c9e324a 100644 --- a/ci/micropython.sh +++ b/ci/micropython.sh @@ -4,7 +4,7 @@ MICROPYTHON_FLAVOUR="peterharperuk" MICROPYTHON_VERSION="pico2_w_changes" PIMORONI_PICO_FLAVOUR="pimoroni" -PIMORONI_PICO_VERSION="feature/inky-pico2_w" +PIMORONI_PICO_VERSION="feature/picovector2-and-layers" PY_DECL_VERSION="v0.0.3" DIR2UF2_VERSION="v0.0.9"