Merge pull request #6184 from s-hadinger/v6604

Version 6.6.0.4 - 1000 closed PRs
This commit is contained in:
Theo Arends 2019-08-06 20:08:34 +02:00 committed by GitHub
commit dd4f900dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422)
* Upgrade library IRRemoteEsp8266 to 2.6.4, now using sendPioneer()

View File

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