mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-23 08:12:44 -04:00
runs good
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user