mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 02:29:12 +03:00
auto-formatting
This commit is contained in:
@@ -45,7 +45,7 @@ class AnalogSensor {
|
|||||||
|
|
||||||
std::string name() const;
|
std::string name() const;
|
||||||
void set_name(const std::string & name) {
|
void set_name(const std::string & name) {
|
||||||
name_ = name;
|
name_ = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t gpio() const {
|
uint8_t gpio() const {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ class DallasSensor {
|
|||||||
|
|
||||||
std::string name() const;
|
std::string name() const;
|
||||||
void set_name(const std::string & name) {
|
void set_name(const std::string & name) {
|
||||||
name_ = name;
|
name_ = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool apply_customization();
|
bool apply_customization();
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ class System {
|
|||||||
#ifndef EMSESP_STANDALONE
|
#ifndef EMSESP_STANDALONE
|
||||||
return (ethernet_connected() || WiFi.isConnected());
|
return (ethernet_connected() || WiFi.isConnected());
|
||||||
#else
|
#else
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user