Version 6.6.0.4

This commit is contained in:
Stephan Hadinger 2019-08-06 19:57:46 +02:00
parent 57212b9aae
commit ed5f368d65
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/*********************************************************************************************\ /*********************************************************************************************\
* 6.6.0.4 20190806
*
* 6.6.0.3 20190725 * 6.6.0.3 20190725
* Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422) * Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422)
* Upgrade library IRRemoteEsp8266 to 2.6.4, now using sendPioneer() * Upgrade library IRRemoteEsp8266 to 2.6.4, now using sendPioneer()

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 = 0x06060003; const uint32_t VERSION = 0x06060004;
#endif // _SONOFF_VERSION_H_ #endif // _SONOFF_VERSION_H_