update version number fixes #2981

This commit is contained in:
MichaelDvP
2026-03-16 12:55:27 +01:00
parent 65a3226404
commit a9f50d9371
2 changed files with 12 additions and 1 deletions

View File

@@ -90,6 +90,10 @@ class EMSdevice {
return version_;
}
void version(const char * version) {
strlcpy(version_, version, sizeof(version_));
}
uint8_t brand() const {
return brand_;
}