mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: tag node names in installNodeInfo using viaMqtt
This commit is contained in:
parent
466fcc63fe
commit
c3eb80bcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ class MeshService : Service(), Logging {
|
|||
// Just replace/add any entry
|
||||
updateNodeInfo(info.num) {
|
||||
if (info.hasUser()) {
|
||||
it.user = MeshUser(info.user)
|
||||
it.user = MeshUser(info.user.copy { if (info.viaMqtt) longName = "$longName (MQTT)" })
|
||||
}
|
||||
|
||||
if (info.hasPosition()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue