From effd28dc1db77ddf032a70af2acd140d997bb35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Sat, 28 Mar 2026 23:41:45 +0100 Subject: [PATCH] restore platformio envs and CI python baseline --- .github/workflows/ci.yml | 2 +- endpoints.md => badge-endpoints.md | 0 firmware/platformio.ini | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename endpoints.md => badge-endpoints.md (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aababb7..f6323d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - name: Bootstrap repo-local venv run: bash tools/bootstrap_python_env.sh diff --git a/endpoints.md b/badge-endpoints.md similarity index 100% rename from endpoints.md rename to badge-endpoints.md diff --git a/firmware/platformio.ini b/firmware/platformio.ini index 1b70c4c..83d5dab 100644 --- a/firmware/platformio.ini +++ b/firmware/platformio.ini @@ -30,7 +30,7 @@ lib_deps = https://github.com/esp-arduino-libs/esp-lib-utils.git#v0.2.0 https://github.com/esp-arduino-libs/ESP32_IO_Expander.git#v1.1.0 https://github.com/esp-arduino-libs/ESP32_Display_Panel.git#v1.0.4 - https://github.com/schreibfaul1/ESP32-audioI2S + https://github.com/schreibfaul1/ESP32-audioI2S/archive/refs/heads/master.zip [env:esp32s3_qemu] ; Same as waveshare but without PSRAM (QEMU doesn't emulate octal PSRAM)