mirror of https://github.com/arendst/Tasmota.git
Bump version to 7.0.0.6
Add colorpicker to WebUI by Christian Staars (#6984)
This commit is contained in:
parent
eca39bfed1
commit
0d69b7fc98
|
@ -1,4 +1,7 @@
|
|||
/*********************************************************************************************\
|
||||
* 7.0.0.6 20191122
|
||||
* Add colorpicker to WebUI by Christian Staars (#6984)
|
||||
*
|
||||
* 7.0.0.5 20191118
|
||||
* Fix boot loop regression
|
||||
* Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958)
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x07000005;
|
||||
const uint32_t VERSION = 0x07000006;
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue