From 63a597b98791ec0ddbc7944335a08a5dfab45330 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 20 Apr 2023 01:10:54 +0200 Subject: [PATCH] pio: same for -S3 ..... Tool Manager: toolchain-xtensa-esp32s3@8.4.0+2021r2-patch3 has been installed! Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3 Error: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' requirements for your system 'linux_x86_64' Error: Process completed with exit code 1. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index b8ac24da..71fb8d5e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -59,8 +59,8 @@ default_envs = wemos_shield_esp32_16MB_SPM1423_XL wemos_shield_esp32_16MB_LineIn_M esp32_pico_4MB_M - esp32_4MB_PSRAM_S - esp32S3_8MB_M + esp32_4MB_PSRAM_S + ; esp32S3_8MB_M ;; disabled as github action build has strange problems with this one since today ;; esp32s2_tinyUF2_PSRAM_S ;; experimental - only for adafruit -S2 boards with tinyUF2 bootloader !!! ; esp32s2_PSRAM_M ;; experimental - disabled as github action build has strange problems with this one since today ; esp32c3dev_4MB_M ;; experimental - disabled as github action build has strange problems with this one since today