diff --git a/platformio.ini b/platformio.ini index 552408790..723412128 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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}