mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Prep release 8.5.1
This commit is contained in:
parent
c987f4357e
commit
61d6a1240b
@ -55,7 +55,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.5.0.1
|
### Version 8.5.1 Hannah
|
||||||
|
|
||||||
- Fix energy total counters (#9263, #9266)
|
- Fix energy total counters (#9263, #9266)
|
||||||
- Fix crash in ``ZbRestore``
|
- Fix crash in ``ZbRestore``
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
## Released
|
## Released
|
||||||
|
|
||||||
|
### 8.5.1 20201002
|
||||||
|
|
||||||
|
- Release Hannah
|
||||||
|
|
||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
### 8.5.0.1 20200907
|
### 8.5.0.1 20200907
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x08050001;
|
const uint32_t VERSION = 0x08050100;
|
||||||
|
|
||||||
// Lowest compatible version
|
// Lowest compatible version
|
||||||
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user