mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
Merge branch 'dev' into dev2
This commit is contained in:
@@ -1099,7 +1099,7 @@ bool System::check_upgrade(bool factory_settings) {
|
||||
missing_version = (settingsVersion.empty() || (settingsVersion.length() < 5));
|
||||
if (missing_version) {
|
||||
LOG_WARNING("No version information found (%s)", settingsVersion.c_str());
|
||||
settingsVersion = "3.6.3"; // this was the last stable version
|
||||
settingsVersion = "3.6.4"; // this was the last stable version
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "3.6.4-dev.1b"
|
||||
#define EMSESP_APP_VERSION "3.6.5-test.0a"
|
||||
|
||||
Reference in New Issue
Block a user