mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: sync isOnline status with firmware (2 hours)
This commit is contained in:
parent
0a1f129403
commit
16e91c0ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ data class NodeEntity(
|
|||
val isOnline: Boolean
|
||||
get() {
|
||||
val now = System.currentTimeMillis() / 1000
|
||||
val timeout = 15 * 60
|
||||
val timeout = 2 * 60 * 60
|
||||
return (now - lastHeard <= timeout)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue