mirror of https://github.com/arendst/Tasmota.git
Fix Modbus transmit enable GPIO
Fix Modbus transmit enable GPIO enabled once during write buffer
This commit is contained in:
parent
ef4138bdaa
commit
2fd63ff01f
|
@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Fixed
|
||||
- Shutter default motorstop set to 0 (#17403)
|
||||
- Shutter default tilt configuration (#17484)
|
||||
- Modbus transmit enable GPIO enabled once during write buffer
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -111,8 +111,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
### Added
|
||||
- Support for up to 3 single phase modbus energy monitoring device using generic Energy Modbus driver- Support for RGB displays [#17414](https://github.com/arendst/Tasmota/issues/17414)
|
||||
- Support for IPv6 DNS records (AAAA) and IPv6 ``Ping`` for ESP32 and ESP8266 [#17417](https://github.com/arendst/Tasmota/issues/17417)
|
||||
- Support for IPv6 only networks on Ethernet (not yet Wifi)
|
||||
- Berry support for ``crypto.SHA256`` [#17430](https://github.com/arendst/Tasmota/issues/17430)
|
||||
- Berry crypto add ``EC_P256`` and ``PBKDF2_HMAC_SHA256`` algorithms required by Matter protocol [#17473](https://github.com/arendst/Tasmota/issues/17473)
|
||||
- Berry crypto add ``random`` to generate series of random bytes
|
||||
- Berry crypto add ``HKDF_HMAC_SHA256``
|
||||
- Berry crypto add ``SPAKE2P_Matter`` for Matter support
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
@ -122,6 +126,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Tasmota OTA scripts now support both unzipped and gzipped file uploads [#17378](https://github.com/arendst/Tasmota/issues/17378)
|
||||
|
||||
### Fixed
|
||||
- Modbus transmit enable GPIO enabled once during write buffer
|
||||
- Shutter default motorstop set to 0 [#17403](https://github.com/arendst/Tasmota/issues/17403)
|
||||
- Shutter default tilt configuration [#17484](https://github.com/arendst/Tasmota/issues/17484)
|