mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Bump version 7.1.2.1
This commit is contained in:
parent
9d9f3b0ca7
commit
8c5c95747c
@ -20,7 +20,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://thehackbox.org/tasmota/)
|
||||
[](https://travis-ci.org/arendst/Tasmota)
|
||||
|
||||
|
@ -51,4 +51,6 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
||||
|
||||
- Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080)
|
||||
- Fix Zigbee uses Hardware Serial if GPIO 1/3 or GPIO 13/15 and SerialLog 0 (#7071)
|
||||
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven
|
||||
- Fix WS2812 power control (#7090)
|
||||
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven with user Saturation control
|
||||
- Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
|
||||
|
@ -1,5 +1,18 @@
|
||||
## Unreleased (development)
|
||||
|
||||
### 7.1.2.1 20191206
|
||||
|
||||
- Add rule var ``%topic%`` (#5522)
|
||||
- Add rule triggers ``tele_power1#state`` and multiple ``tele-wifi1#xxx`` (#7093)
|
||||
- Add experimental support for stepper motor shutter control
|
||||
- Add optional USE_MQTT_TLS to tasmota-minimal.bin (#7115)
|
||||
|
||||
## Released
|
||||
|
||||
### 7.1.2 20191206
|
||||
|
||||
- Maintenance Release
|
||||
|
||||
### 7.1.1.1 20191201
|
||||
|
||||
- Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080)
|
||||
@ -7,12 +20,6 @@
|
||||
- Fix WS2812 power control (#7090)
|
||||
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven with user Saturation control
|
||||
- Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
|
||||
- Add rule var ``%topic%`` (#5522)
|
||||
- Add rule triggers ``tele_power1#state`` and multiple ``tele-wifi1#xxx`` (#7093)
|
||||
- Add experimental support for stepper motor shutter control
|
||||
- Add optional USE_MQTT_TLS to tasmota-minimal.bin (#7115)
|
||||
|
||||
## Released
|
||||
|
||||
### 7.1.1 20191201
|
||||
|
||||
|
@ -20,6 +20,6 @@
|
||||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x07010101;
|
||||
const uint32_t VERSION = 0x07010201;
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user