mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
experiment with trying to find the users name - no joy
This commit is contained in:
parent
d899969aed
commit
eaa5af8fec
5 changed files with 96 additions and 11 deletions
|
|
@ -506,7 +506,7 @@ class MeshService : Service(), Logging {
|
|||
|
||||
override fun setOwner(myId: String, longName: String, shortName: String) =
|
||||
toRemoteExceptions {
|
||||
error("TODO setOwner $myId : $longName : $shortName")
|
||||
debug("TetOwner $myId : $longName : $shortName")
|
||||
|
||||
val user = MeshProtos.User.newBuilder().also {
|
||||
it.id = myId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue