mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add client-side NodeInfo channel routing
This commit is contained in:
parent
104e6ef25e
commit
6aa1b70274
3 changed files with 25 additions and 17 deletions
|
|
@ -186,7 +186,7 @@ data class NodeInfo(
|
|||
var lastHeard: Int = 0, // the last time we've seen this node in secs since 1970
|
||||
@Embedded(prefix = "devMetrics_")
|
||||
var deviceMetrics: DeviceMetrics? = null,
|
||||
val channel: Int = 0,
|
||||
var channel: Int = 0,
|
||||
@Embedded(prefix = "envMetrics_")
|
||||
var environmentMetrics: EnvironmentMetrics? = null,
|
||||
) : Parcelable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue