mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: add back hwModel to setOwner
This commit is contained in:
parent
c8569bdd13
commit
da1988bbf9
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue