Bump version to 6.6.0.6

Bump version to 6.6.0.6
This commit is contained in:
Theo Arends 2019-08-19 17:09:31 +02:00
parent b6e95e818c
commit 42c8ac61e8
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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_