Bump version 7.0.0.5

This commit is contained in:
Theo Arends 2019-11-18 11:21:48 +01:00
parent c79e5ad7d4
commit cc6f2f7896
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
/*********************************************************************************************\
* 7.0.0.5 20191118
* Fix boot loop regression
*
* 7.0.0.4 20191108
* Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dBm
* Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x07000004;
const uint32_t VERSION = 0x07000005;
#endif // _TASMOTA_VERSION_H_