mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 13:22:59 -05:00
feat: tag node names in installNodeInfo using viaMqtt
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user