mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-12 18:59:51 +03:00
show external dallas temp sensors in web UI
This commit is contained in:
@@ -46,7 +46,7 @@ class Sensors {
|
||||
uint64_t id() const;
|
||||
std::string to_string() const;
|
||||
|
||||
float temperature_c_ = NAN;
|
||||
float temperature_c = NAN;
|
||||
|
||||
private:
|
||||
const uint64_t id_;
|
||||
|
||||
Reference in New Issue
Block a user