Update platformio.ini

This commit is contained in:
Jason2866 2020-02-28 13:57:45 +01:00 committed by GitHub
parent cc8ae7c7a7
commit 3e4975831a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,15 +89,6 @@ extra_scripts = pio/strip-floats.py
build_flags = -D NDEBUG
-mtarget-align
-Wl,-Map,firmware.map
; new mechanism to set the IRremoteESP8266 supported protocols: none except HASH, NEC, RC5, RC6
-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
[irremoteesp8266_full]
build_flags = -DUSE_IR_REMOTE_FULL
-U_IR_ENABLE_DEFAULT_
-DDECODE_PRONTO=false -DSEND_PRONTO=false
[core_active]
platform = ${core_2_6_1.platform}