Reduce flash size after change to IRremoteESP8266 v2.7.0

This commit is contained in:
Stephan Hadinger 2019-11-03 16:00:26 +01:00
parent 4891bad69a
commit cb155fd3f9
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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