Bump version 6.6.0.14

Bump version 6.6.0.14
This commit is contained in:
Theo Arends 2019-09-25 14:17:20 +02:00
parent d984646731
commit 6ad2d3b86f
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/*********************************************************************************************\ /*********************************************************************************************\
* 6.6.0.14 20190925
*
* 6.6.0.13 20190922 * 6.6.0.13 20190922
* Add command EnergyReset4 x,x to initialize total usage for two tarrifs * Add command EnergyReset4 x,x to initialize total usage for two tarrifs
* Add command EnergyReset5 x,x to initialize total export (or production) for two tarrifs * Add command EnergyReset5 x,x to initialize total export (or production) for two tarrifs

View File

@ -20,6 +20,6 @@
#ifndef _SONOFF_VERSION_H_ #ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_
const uint32_t VERSION = 0x0606000D; const uint32_t VERSION = 0x0606000E;
#endif // _SONOFF_VERSION_H_ #endif // _SONOFF_VERSION_H_