mirror of https://github.com/arendst/Tasmota.git
parent
b6e95e818c
commit
42c8ac61e8
|
@ -1,4 +1,6 @@
|
|||
/*********************************************************************************************\
|
||||
* 6.6.0.6 20190819
|
||||
*
|
||||
* 6.6.0.5 20190816
|
||||
* Add command WebSensor<sensor number> 0/1 to control display of sensor data in web GUI (#6085)
|
||||
* Change some table locations from RAM to Flash
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _SONOFF_VERSION_H_
|
||||
#define _SONOFF_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x06060005;
|
||||
const uint32_t VERSION = 0x06060006;
|
||||
|
||||
#endif // _SONOFF_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue