From aa51d9edd484a6d4281a029b6dfb3f0bd76cb069 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 15 Nov 2024 19:24:16 +0000 Subject: [PATCH] CI: MicroPython target experimental experimental WiFi branch. --- .github/workflows/micropython.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 62b35f8..312ef11 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -7,7 +7,7 @@ on: types: [created] env: - MICROPYTHON_VERSION: feature/psram-and-wifi + MICROPYTHON_VERSION: feature/psram-wifi-n-bt MICROPYTHON_FLAVOUR: pimoroni PIMORONI_PICO_VERSION: main @@ -127,4 +127,4 @@ jobs: asset_path: build-${{ matrix.name }}/firmware.uf2 upload_url: ${{ github.event.release.upload_url }} asset_name: ${{ env.RELEASE_FILE }}.uf2 - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream