Skip to content

Commit 44e810d

Browse files
committed
[PIO] patch for core 2.6.0 build env.
See platformio/platform-espressif8266#180
1 parent 453d83d commit 44e810d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ platform = [email protected]
152152
build_flags = ${esp82xx_2_5_x.build_flags}
153153

154154
[core_2_6_0]
155-
platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota
155+
platform = https://github.com/Jason2866/platform-espressif8266.git#SDK22x_191105
156156
build_flags = ${esp82xx_2_6_x.build_flags} -DARDUINO_ESP8266_RELEASE='"2.6.0-dev Jason2866"'
157157

158158
[core_stage]
@@ -245,8 +245,8 @@ platform = ${core_2_5_2.platform}
245245

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

251251

252252

0 commit comments

Comments
 (0)