From c4391883b842ab49dbe57782c1ea70057f09dd39 Mon Sep 17 00:00:00 2001 From: tobozo Date: Sat, 6 Apr 2024 18:33:46 +0200 Subject: [PATCH] raised sdk versions for esp8266 --- .github/workflows/PlatformioBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PlatformioBuild.yml b/.github/workflows/PlatformioBuild.yml index 459ceecd..aa591db5 100644 --- a/.github/workflows/PlatformioBuild.yml +++ b/.github/workflows/PlatformioBuild.yml @@ -57,9 +57,9 @@ jobs: - board: m5stack-core-esp32 - board: m5stack-core2 - board: m5stack-cores3 - - { board: esp8266, platform-version: 3.0.0, ... } - - { board: esp8266, platform-version: 3.1.0, ... } - - { board: esp8266, platform-version: 3.2.0, ... } + - { board: esp8266, platform-version: 4.2.1, ... } + - { board: esp8266, platform-version: 4.2.0, ... } + - { board: esp8266, platform-version: 4.1.0, ... } - { board: seeed_wio_terminal, platform-version: default, ... } - { board: adafruit_pybadge_m4, platform-version: default, ... } - { board: pico, platform-version: default, ... }