From d9d45f86cb08d8f294069ad1d9e002c2e130cf64 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Sun, 19 Jan 2020 15:20:40 +0100 Subject: [PATCH] Fix PIO --- platformio.ini | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index e584623d5..84e756278 100644 --- a/platformio.ini +++ b/platformio.ini @@ -30,15 +30,10 @@ build_flags = #build_flags for the IRremoteESP8266 library (enabled decoders have to appear here) -D _IR_ENABLE_DEFAULT_=false -D DECODE_HASH=true - -D DECODE_NEC=true -D DECODE_SONY=true - -D DECODE_PANASONIC=true - -D DECODE_JVC=true -D DECODE_SAMSUNG=true -D DECODE_LG=true - -D DECODE_SANYO=true - -D DECODE_SHARP=true - -D DECODE_DENON=true + # TODO replace libs in /lib with managed libs in here if possible. # If they are not changed it's just a matter of setting the correct version and change the import statement lib_deps_external = @@ -52,8 +47,7 @@ lib_deps_external = Esp Async WebServer@1.2.0 #ArduinoJson@5.13.5 #IRremoteESP8266@2.7.2 - #For saving 20k program space the brnach "compile_flags" will be used: - https://github.com/crankyoldgit/IRremoteESP8266.git#compile_flags + https://github.com/crankyoldgit/IRremoteESP8266.git #Time@1.5 #Timezone@1.2.1 #For use SSD1306 0.91" OLED display uncomment following