Version bump to 8.0.0.2

This commit is contained in:
Theo Arends 2019-12-23 15:59:00 +01:00
parent fd0155a5b1
commit a10b199808
3 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.0.0.1
### Version 8.0.0.2
- Change Settings text handling allowing variable length text within a total text pool of 699 characters
- Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179)

View File

@ -1,5 +1,9 @@
## Unreleased (development)
### 8.0.0.2 20191223
- Changed Settings variable namings
### 8.0.0.1 20191221
- Change Settings text handling allowing variable length text within a total text pool of 699 characters

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08000001;
const uint32_t VERSION = 0x08000002;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;