mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
tag telemetry in NodeInfo
This commit is contained in:
parent
11bbf02bf9
commit
472f989b65
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ data class NodeInfo(
|
|||
val num: Int, // This is immutable, and used as a key
|
||||
var user: MeshUser? = null,
|
||||
var position: Position? = null,
|
||||
var telemetry: Telemetry? = null,
|
||||
var snr: Float = Float.MAX_VALUE,
|
||||
var rssi: Int = Int.MAX_VALUE,
|
||||
var lastHeard: Int = 0 // the last time we've seen this node in secs since 1970
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue