mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
runs good
This commit is contained in:
parent
75d35b87be
commit
d3d8869a1a
1 changed files with 6 additions and 4 deletions
|
|
@ -149,14 +149,16 @@ class MeshService : Service(), Logging {
|
|||
}
|
||||
|
||||
override fun getOnline(): Array<String> {
|
||||
info("getOnline")
|
||||
val r = nodeDBbyID.keys.toTypedArray()
|
||||
info("in getOnline, count=${r.size}")
|
||||
// return arrayOf("+16508675309")
|
||||
return nodeDBbyID.keys.toTypedArray()
|
||||
return r
|
||||
}
|
||||
|
||||
override fun isConnected(): Boolean {
|
||||
info("isConnected")
|
||||
return isConnected
|
||||
val r = this@MeshService.isConnected
|
||||
info("in isConnected=r")
|
||||
return r
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue