From 750e28d13570b6a52ad970175442a24afdf8c74f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 19 Jun 2020 18:16:55 +0200 Subject: [PATCH] Better placing for -DUSE_CONFIG_OVERRIDE... update to espressif8266@2.5.3 (minor fixes) --- platformio.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index abb9d364d..4a1a5777d 100755 --- a/platformio.ini +++ b/platformio.ini @@ -65,11 +65,6 @@ platform = ${core_active.platform} platform_packages = ${core_active.platform_packages} build_flags = ${core_active.build_flags} -; ********************************************************************* -; *** Use custom settings from file user_config_override.h - -DUSE_CONFIG_OVERRIDE -; ********************************************************************* - ; *** Fix espressif8266@1.7.0 induced undesired all warnings build_unflags = -Wall @@ -93,6 +88,8 @@ build_flags = -D_IR_ENABLE_DEFAULT_=false -DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true -DDECODE_RC5=true -DSEND_RC5=true -DDECODE_RC6=true -DSEND_RC6=true ; new mechanism to set the IRremoteESP8266 supported protocols: none except HASH, NEC, RC5, RC6 +; *** Use custom settings from file user_config_override.h + -DUSE_CONFIG_OVERRIDE [esp82xx_defaults] build_flags = ${esp_defaults.build_flags} @@ -128,6 +125,6 @@ build_flags = ${tasmota_core.build_flags} [tasmota_core] ; *** Esp8266 Arduino core 2.7.1 -platform = espressif8266@2.5.2 +platform = espressif8266@2.5.3 platform_packages = build_flags = ${esp82xx_defaults.build_flags}