From 5ff24aabe70435498e6c9f70f2e1de7ef44117e9 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 11 Mar 2025 10:06:14 +0000 Subject: [PATCH] CI: Bump to latest rebase. Should include changes to PSRAM, including a 4K flash saving on non-PSRAM builds. --- ci/micropython.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/micropython.sh b/ci/micropython.sh index 64951ed..7ba4c2b 100644 --- a/ci/micropython.sh +++ b/ci/micropython.sh @@ -1,7 +1,7 @@ export TERM=${TERM:="xterm-256color"} MICROPYTHON_FLAVOUR="pimoroni" -MICROPYTHON_VERSION="feature/pico2_w_2025" +MICROPYTHON_VERSION="feature/pico2_w_2025_3_11" PIMORONI_PICO_FLAVOUR="pimoroni" PIMORONI_PICO_VERSION="feature/picovector2-and-layers" @@ -137,4 +137,4 @@ if [ -z ${CI_USE_ENV+x} ] || [ -z ${CI_PROJECT_ROOT+x} ] || [ -z ${CI_BUILD_ROOT CI_BUILD_ROOT=$(pwd) fi -ci_debug \ No newline at end of file +ci_debug