Skip to content

Commit 8cc6eb3

Browse files
committed
[PIO] Switch to core_stage for core 2.6.0 builds
To be able to use this merged PR: esp8266/Arduino#6484
1 parent 0efe42f commit 8cc6eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ platform = ${core_2_5_2.platform}
245245

246246
[beta_platform]
247247
build_unflags =
248-
build_flags = ${core_2_6_0.build_flags} ${common.build_flags} -DARDUINO_ESP8266_RELEASE='"2.6.0-dev"'
249-
platform = ${core_2_6_0.platform}
248+
build_flags = ${core_stage.build_flags} ${common.build_flags} -DARDUINO_ESP8266_RELEASE='"2.6.0-dev"'
249+
platform = ${core_stage.platform}
250250

251251

252252

0 commit comments

Comments
 (0)