diff --git a/CHANGELOG.md b/CHANGELOG.md index dd741cba4..fa7933a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ## [12.0.2.3] ### Added - Support for Sonoff POWR3xxD and THR3xxD (#15856) -- Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi -- Support for ULP (ESP32) via Berry +- Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi as used by Sonoff POWR320D and THR320D +- ESP32 Support for Ultra Low Power (ULP) coprocessor via Berry by Christian Staars (#15916) ### Changed - Driver DHT v6 consolidation for both ESP8266 and ESP32 to support SI7021, THS01 and MS01 on ESP32 (#15856) diff --git a/CODE_OWNERS.md b/CODE_OWNERS.md index bff3b2d2a..49a268bb7 100644 --- a/CODE_OWNERS.md +++ b/CODE_OWNERS.md @@ -60,7 +60,7 @@ In addition to @arendst the following code is mainly owned by: | xdrv_49_pid | Colin Law, Thomas Herrmann | xdrv_50_filesystem | @gemu, @barbudor | xdrv_51_bs814a2 | Peter Franck -| xdrv_52_berry | @s-hadinger +| xdrv_52_berry | @s-hadinger, @staars (ULP) | xdrv_53_projector_ctrl | Jan BubĂ­k | xdrv_54_lvgl | @s-hadinger | xdrv_55_touch | @gemu, @s-hadinger diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b0b8156cf..0b41824aa 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Command ``GlobalPress2 1..250`` to select Global Pressure source indexed from teleperiod occurance data [#15834](https://github.com/arendst/Tasmota/issues/15834) - Support for 5-channel light dimmer driver SM2335 used in SwitchBot Color Bulbs [#15839](https://github.com/arendst/Tasmota/issues/15839) - Support for Sonoff POWR3xxD and THR3xxD [#15856](https://github.com/arendst/Tasmota/issues/15856) -- Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi +- Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi as used by Sonoff POWR320D and THR320D +- ESP32 Support for Ultra Low Power (ULP) coprocessor via Berry by Christian Staars [#15916](https://github.com/arendst/Tasmota/issues/15916) ### Breaking Changed