From 3010db8ce4e9c96ae58dc7d061ca17d42a76350c Mon Sep 17 00:00:00 2001 From: Arik Yavilevich Date: Mon, 5 Oct 2020 00:41:51 +0300 Subject: [PATCH] some cleanup for upstream --- platformio.ini | 2 +- platformio_tasmota_env.ini | 2 -- tasmota/xdrv_05_irremote_full.ino | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index c7493bc12..a0c4d82b5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -20,7 +20,7 @@ default_envs = ; tasmota-sensors ; tasmota-display ; tasmota-zbbridge - tasmota-ir +; tasmota-ir ; tasmota-BG ; tasmota-BR ; tasmota-CN diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 3f575471b..d0e28b990 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -14,8 +14,6 @@ upload_port = ${common.upload_port} upload_resetmethod = ${common.upload_resetmethod} upload_speed = ${common.upload_speed} extra_scripts = ${common.extra_scripts} -lib_deps = - https://github.com/crankyoldgit/IRremoteESP8266#Issue1283 [env:tasmota] diff --git a/tasmota/xdrv_05_irremote_full.ino b/tasmota/xdrv_05_irremote_full.ino index 7da78ce87..915e619dd 100644 --- a/tasmota/xdrv_05_irremote_full.ino +++ b/tasmota/xdrv_05_irremote_full.ino @@ -432,7 +432,6 @@ uint32_t IrRemoteCmndIrHvacJson(void) if (val = root[PSTR(D_JSON_IRHVAC_SWINGV)]) { state.swingv = IRac::strToSwingV(val.getStr()); } if (val = root[PSTR(D_JSON_IRHVAC_SWINGH)]) { state.swingh = IRac::strToSwingH(val.getStr()); } state.degrees = root.getFloat(PSTR(D_JSON_IRHVAC_TEMP), state.degrees); - // AddLog_P2(LOG_LEVEL_DEBUG, PSTR("model %d, mode %d, fanspeed %d, swingv %d, swingh %d"), // state.model, state.mode, state.fanspeed, state.swingv, state.swingh);