fix: add back hwModel to setOwner

This commit is contained in:
andrekir
2023-03-28 22:31:36 -03:00
parent c8569bdd13
commit da1988bbf9

View File

@@ -1527,6 +1527,7 @@ class MeshService : Service(), Logging {
val user = MeshProtos.User.newBuilder().also {
it.longName = longName
it.shortName = shortName
it.hwModel = hwModel
it.isLicensed = isLicensed
}.build()