From cb155fd3f99fbc7a54077d76737ee8d115019916 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 3 Nov 2019 16:00:26 +0100 Subject: [PATCH] Reduce flash size after change to IRremoteESP8266 v2.7.0 --- lib/IRremoteESP8266-2.7.0/src/IRtext.cpp | 4 ++++ tasmota/_changelog.ino | 1 + 2 files changed, 5 insertions(+) diff --git a/lib/IRremoteESP8266-2.7.0/src/IRtext.cpp b/lib/IRremoteESP8266-2.7.0/src/IRtext.cpp index f7702db9b..7f9c57e1e 100644 --- a/lib/IRremoteESP8266-2.7.0/src/IRtext.cpp +++ b/lib/IRremoteESP8266-2.7.0/src/IRtext.cpp @@ -8,6 +8,8 @@ // Common +#ifdef USE_IR_REMOTE_FULL // full IR protocols + String kUnknownStr = D_STR_UNKNOWN; String kProtocolStr = D_STR_PROTOCOL; String kPowerStr = D_STR_POWER; @@ -147,3 +149,5 @@ String kFalseStr = D_STR_FALSE; String kRepeatStr = D_STR_REPEAT; String kCodeStr = D_STR_CODE; String kBitsStr = D_STR_BITS; + +#endif // USE_IR_REMOTE_FULL // full IR protocols \ No newline at end of file diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index cbee73d9e..33b7dd8d2 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -5,6 +5,7 @@ * Fix wrong Dimmer behavior introduced with #6799 when SetOption37 < 128 * Change add DS18x20 support in Tasmota-IR * Add Zigbee command support, considered as v1.0 for full Zigbee support + * Fix Reduce flash size after change to IRremoteESP8266 v2.7.0 * * 7.0.0.1 20191027 * Remove references to versions before 6.0