mirror of https://github.com/arendst/Tasmota.git
Reduce flash size after change to IRremoteESP8266 v2.7.0
This commit is contained in:
parent
4891bad69a
commit
cb155fd3f9
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue