diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b7a8144..b0ef04cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [12.2.0.5] ### Added +- ESP32 DS18x20 parasitic power usage when defining W1_PARASITE_POWER (#17112) ### Breaking Changed @@ -34,7 +35,6 @@ All notable changes to this project will be documented in this file. - WS2812 sends signal to only ``Pixels`` leds instead of sending to 512 leds (#17055) - Zigbee improved Aqara plug support and completed cluster 0x0702 (#17073) - ESP32 LVGL library from v8.3.2 to v8.3.3 (no functional change) -- Add parasitic power usage for DS18x20 on ESP32 defining W1_PARASITE_POWER ### Fixed - SenseAir S8 module detection (#17033) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 517b565d9..dc470bdb0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -128,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Berry ``bytes().reverse()`` method [#16977](https://github.com/arendst/Tasmota/issues/16977) - Zigbee router firmware for Sonoff ZBBridgePro [#16900](https://github.com/arendst/Tasmota/issues/16900) - ESP32 Support for DMX ArtNet Led matrix animations [#16984](https://github.com/arendst/Tasmota/issues/16984) +- ESP32 DS18x20 parasitic power usage when defining W1_PARASITE_POWER [#17112](https://github.com/arendst/Tasmota/issues/17112) ### Breaking Changed - Redesign distance sensors VL53LXX, TOF10120, HRXL and DYP to use cm instead of mm [#17021](https://github.com/arendst/Tasmota/issues/17021)