From 516fbfc4dba0da03814173ea5d0af83726923504 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 17 May 2021 15:28:12 +0200 Subject: [PATCH] Disabled stage Esp8266 3.0.0 as default --- platformio_tasmota_cenv_sample.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio_tasmota_cenv_sample.ini b/platformio_tasmota_cenv_sample.ini index 26b234ca7..b3344dedb 100644 --- a/platformio_tasmota_cenv_sample.ini +++ b/platformio_tasmota_cenv_sample.ini @@ -6,9 +6,9 @@ build_flags = ${common.build_flags} [core] ; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!! -platform_packages = ${core_stage.platform_packages} -build_unflags = ${core_stage.build_unflags} -build_flags = ${core_stage.build_flags} +;platform_packages = ${core_stage.platform_packages} +;build_unflags = ${core_stage.build_unflags} +;build_flags = ${core_stage.build_flags} [core_stage] ; *** Esp8266 core for Arduino version stage