mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Update changelogs
This commit is contained in:
parent
02d7eb1d7d
commit
202ec86453
@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Added
|
||||
- Command ``SetOption45 1..250`` to change default bistable latching relay pulse length of 40 milliseconds
|
||||
- Support for Modbus bridge adding commands ``ModbusSend``, ``ModbusBaudrate`` and ``ModbusSerialConfig`` (#16013)
|
||||
- Support for multiple `IRsend` GPIOs
|
||||
- Support for multiple ``IRsend`` GPIOs
|
||||
- Zigbee added recording of when the battery was last reported
|
||||
- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``)
|
||||
|
||||
@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
|
||||
- ESP32 LVGL library from v8.2.0 to v8.3.0
|
||||
|
||||
### Fixed
|
||||
- Restore EnergyToday after using command ``restart 2`` and power cycle (#16118)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -118,6 +118,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||
- 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 as used by Sonoff POWR320D and THR320D
|
||||
- Support for Modbus bridge adding commands ``ModbusSend``, ``ModbusBaudrate`` and ``ModbusSerialConfig`` [#16013](https://github.com/arendst/Tasmota/issues/16013)
|
||||
- Support for multiple ``IRsend`` GPIOs
|
||||
- Zigbee added recording of when the battery was last reported
|
||||
- Zigbee add Battery auto-probe (can be disabled with ``SetOption143 1``)
|
||||
- ESP32 Support for Ultra Low Power (ULP) coprocessor via Berry by Christian Staars [#15916](https://github.com/arendst/Tasmota/issues/15916)
|
||||
|
||||
### Breaking Changed
|
||||
@ -128,6 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||
- Driver DHT v6 consolidation for both ESP8266 and ESP32 to support SI7021, THS01 and MS01 on ESP32 [#15856](https://github.com/arendst/Tasmota/issues/15856)
|
||||
|
||||
### Fixed
|
||||
- Restore EnergyToday after using command ``restart 2`` and power cycle [#16118](https://github.com/arendst/Tasmota/issues/16118)
|
||||
- ESP32 SendMail not working over ethernet [#15794](https://github.com/arendst/Tasmota/issues/15794)
|
||||
|
||||
### Removed
|
||||
|
@ -197,7 +197,8 @@ a_setoption = [[
|
||||
"(MQTT) MQTT clean session (0 = default) or persistent session (1)",
|
||||
"(GUI) Disable display of GUI module name (1)",
|
||||
"(Wifi) Wait 1 second for wifi connection solving some FRITZ!Box modem issues (1)",
|
||||
"","",""
|
||||
"(Zigbee) Disable Battery auto-probe and using auto-binding",
|
||||
"",""
|
||||
],[
|
||||
"","","","",
|
||||
"","","","",
|
||||
|
Loading…
x
Reference in New Issue
Block a user