diff --git a/CHANGELOG.md b/CHANGELOG.md index 6911291d9..706721d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,11 @@ All notable changes to this project will be documented in this file. - Support character `#` to be replaced by `space`-character in command ``Publish`` topic (#10258) - BSSID and Signal Strength Indicator to GUI wifi scan result (#10253) - Support for Afrikaans language translations by Christiaan Heerze +- Support for IR inverted leds using ``#define IR_SEND_INVERTED true`` (#10301) +- Support for disabling 38kHz IR modulation using ``#define IR_SEND_USE_MODULATION false`` (#10301) ### Changed -- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM +- Logging from heap to stack freeing 700 bytes RAM ### Fixed - Redesign syslog and mqttlog using log buffer (#10164) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4335614c2..b9ed48538 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -66,9 +66,11 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Support for FTC532 8-button touch controller by Peter Franck [#10222](https://github.com/arendst/Tasmota/issues/10222) - Support character `#` to be replaced by `space`-character in command ``Publish`` topic [#10258](https://github.com/arendst/Tasmota/issues/10258) - Support for Afrikaans language translations by Christiaan Heerze +- Support for IR inverted leds using ``#define IR_SEND_INVERTED true`` [#10301](https://github.com/arendst/Tasmota/issues/10301) +- Support for disabling 38kHz IR modulation using ``#define IR_SEND_USE_MODULATION false`` [#10301](https://github.com/arendst/Tasmota/issues/10301) ### Changed -- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM +- Logging from heap to stack freeing 700 bytes RAM ### Fixed - Redesign syslog and mqttlog using log buffer [#10164](https://github.com/arendst/Tasmota/issues/10164)