mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Release 9.4.0
This commit is contained in:
parent
fd855addc5
commit
46edb12c75
13
CHANGELOG.md
13
CHANGELOG.md
@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [9.3.1.4]
|
||||
## [9.4.0.1]
|
||||
|
||||
|
||||
|
||||
## [Released]
|
||||
|
||||
## [9.4.0] 20210422
|
||||
- Release Leslie
|
||||
|
||||
## [9.3.1.4] 20210422
|
||||
### Added
|
||||
- Command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781)
|
||||
- ESP32 support for LVGL 7.11 with Berry binding by Stephan Hadinger (#11789)
|
||||
@ -96,8 +105,6 @@ All notable changes to this project will be documented in this file.
|
||||
- ESP32 WS2812 bitbang support (#11248)
|
||||
- DS18x20 driver timing issue (#11270)
|
||||
|
||||
## [Released]
|
||||
|
||||
## [9.3.1] 20210223
|
||||
- Release Kenneth
|
||||
|
||||
|
@ -21,7 +21,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
|
||||
|
||||
## Development
|
||||
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](http://ota.tasmota.com/tasmota/)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22)
|
||||
|
@ -76,7 +76,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
||||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v9.3.1.4
|
||||
## Changelog v9.4.0 Leslie
|
||||
### Added
|
||||
- Command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) [#11073](https://github.com/arendst/Tasmota/issues/11073)
|
||||
- Command ``SerialBuffer 256..520`` to change hardware serial receive buffer size from default (256) to max local buffer size (520) [#11448](https://github.com/arendst/Tasmota/issues/11448)
|
||||
|
@ -20,6 +20,6 @@
|
||||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x09030104;
|
||||
const uint32_t VERSION = 0x09040000;
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user