Skip to content

Commit d9925f1

Browse files
committed
GCC 10.3 Bugfix 1 - Constant literal address fix
See: xoseperez/espurna@4d04125 See: esp8266/Arduino#8393
1 parent f6de0fd commit d9925f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio_core_defs.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ build_flags = ${esp82xx_2_6_x.build_flags}
136136
-Wno-deprecated-declarations
137137
platform_packages =
138138
platformio/framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
139-
platformio/toolchain-xtensa @ ~2.100300.210717
139+
mcspr/toolchain-xtensa @ ~5.100300.211127
140+
140141

141142
; Updated ESP-IDF to the latest stable 4.0.1
142143
; See: https://github.com/platformio/platform-espressif32/releases

0 commit comments

Comments
 (0)