Better placing for -DUSE_CONFIG_OVERRIDE...

update to espressif8266@2.5.3 (minor fixes)
This commit is contained in:
Jason2866 2020-06-19 18:16:55 +02:00 committed by GitHub
parent 170f473665
commit 750e28d135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}