mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
fix: add back hwModel to setOwner
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user