Merge branch 'emsesp:dev' into dev

This commit is contained in:
MichaelDvP
2022-06-27 14:38:58 +02:00
committed by GitHub
13 changed files with 283 additions and 381 deletions

View File

@@ -45,7 +45,7 @@ class AnalogSensor {
std::string name() const;
void set_name(const std::string & name) {
name_ = name;
name_ = name;
}
uint8_t gpio() const {

View File

@@ -57,7 +57,7 @@ class DallasSensor {
std::string name() const;
void set_name(const std::string & name) {
name_ = name;
name_ = name;
}
bool apply_customization();

View File

@@ -191,7 +191,7 @@ class System {
#ifndef EMSESP_STANDALONE
return (ethernet_connected() || WiFi.isConnected());
#else
return true;
return true;
#endif
}

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.4.2b2"
#define EMSESP_APP_VERSION "3.4.2b3"