mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-06 14:05:52 +00:00
update version number fixes #2981
This commit is contained in:
@@ -90,6 +90,10 @@ class EMSdevice {
|
||||
return version_;
|
||||
}
|
||||
|
||||
void version(const char * version) {
|
||||
strlcpy(version_, version, sizeof(version_));
|
||||
}
|
||||
|
||||
uint8_t brand() const {
|
||||
return brand_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user