mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
updates for 3.6.0-dev-0
This commit is contained in:
@@ -389,14 +389,6 @@ class Boiler : public EMSdevice {
|
||||
bool set_pvCooling(const char * value, const int8_t id);
|
||||
bool set_hpCircPumpWw(const char * value, const int8_t id);
|
||||
|
||||
bool set_auxLimit(const char * value, const int8_t id);
|
||||
inline bool set_auxMaxLimit(const char * value, const int8_t id) {
|
||||
return set_auxLimit(value, 14);
|
||||
}
|
||||
inline bool set_auxLimitStart(const char * value, const int8_t id) {
|
||||
return set_auxLimit(value, 15);
|
||||
}
|
||||
|
||||
bool set_auxLimit(const char * value, const int8_t id);
|
||||
inline bool set_auxMaxLimit(const char * value, const int8_t id) {
|
||||
return set_auxLimit(value, 14);
|
||||
|
||||
@@ -1034,7 +1034,7 @@ bool System::check_upgrade(bool factory_settings) {
|
||||
missing_version = (settingsVersion.empty() || (settingsVersion.length() < 5));
|
||||
if (missing_version) {
|
||||
LOG_DEBUG("No version information found (%s)", settingsVersion.c_str());
|
||||
settingsVersion = "3.4.4"; // this was the last stable version
|
||||
settingsVersion = "3.5.0"; // this was the last stable version
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user