We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d83d commit 44e810dCopy full SHA for 44e810d
platformio.ini
@@ -152,7 +152,7 @@ platform = [email protected]
152
build_flags = ${esp82xx_2_5_x.build_flags}
153
154
[core_2_6_0]
155
-platform = https://github.com/Jason2866/platform-espressif8266.git#Tasmota
+platform = https://github.com/Jason2866/platform-espressif8266.git#SDK22x_191105
156
build_flags = ${esp82xx_2_6_x.build_flags} -DARDUINO_ESP8266_RELEASE='"2.6.0-dev Jason2866"'
157
158
[core_stage]
@@ -245,8 +245,8 @@ platform = ${core_2_5_2.platform}
245
246
[beta_platform]
247
build_unflags =
248
-build_flags = ${core_stage.build_flags} ${common.build_flags}
249
-platform = ${core_stage.platform}
+build_flags = ${core_2_6_0.build_flags} ${common.build_flags}
+platform = ${core_2_6_0.platform}
250
251
252
0 commit comments