From 4c2bc6844466e148184ed524ceb4cae31c4cc05c Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Wed, 19 Jul 2023 15:34:05 +0300 Subject: [PATCH 1/2] Prefer latest toolchain-xtensa (#300) See https://github.com/esp8266/Arduino/pull/8393 Missed when updating to Core 3.1.x, fix optimisation bug(s) --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 49bc45c..09e0bd0 100644 --- a/platform.json +++ b/platform.json @@ -42,7 +42,7 @@ "toolchain-xtensa": { "type": "toolchain", "owner": "platformio", - "version": "~2.100300.0", + "version": "~2.100300.220621", "optionalVersions": ["~1.40802.0"] }, "framework-arduinoespressif8266": { From c4f2757c5a919353c0a9dd0eb211977fbec59210 Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 19 Jul 2023 15:46:37 +0300 Subject: [PATCH 2/2] Bump version to 4.2.1 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 09e0bd0..4788320 100644 --- a/platform.json +++ b/platform.json @@ -17,7 +17,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif8266.git" }, - "version": "4.2.0", + "version": "4.2.1", "frameworks": { "arduino": { "package": "framework-arduinoespressif8266",