mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
rename add_name() to update(). show offset in log msg
This commit is contained in:
@@ -88,7 +88,7 @@ class DallasSensor {
|
||||
dallas_format_ = dallas_format;
|
||||
}
|
||||
|
||||
bool add_name(const char * idstr, const char * name, int16_t offset);
|
||||
bool update(const char * idstr, const char * name, int16_t offset);
|
||||
|
||||
private:
|
||||
static constexpr uint8_t MAX_SENSORS = 20;
|
||||
|
||||
Reference in New Issue
Block a user