kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
refactor: sync `isOnline` status with firmware (2 hours)
rodzic
0a1f129403
commit
16e91c0ebf
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue