Release 9.4.0

This commit is contained in:
Theo Arends 2021-04-21 16:57:39 +02:00
parent fd855addc5
commit 46edb12c75
4 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
## Development
[![Dev Version](https://img.shields.io/badge/development%20version-v9.3.x.x-blue.svg)](https://github.com/arendst/Tasmota)
[![Dev Version](https://img.shields.io/badge/development%20version-v9.4.x.x-blue.svg)](https://github.com/arendst/Tasmota)
[![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/)
[![Tasmota CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22)
[![Tasmota ESP32 CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20ESP32%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22)

View File

@ -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)

View File

@ -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_