mirror of https://github.com/arendst/Tasmota.git
Update changelogs with ULP
This commit is contained in:
parent
3834075990
commit
26f55f752b
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue