Skip to content

Commit

Permalink
Merge pull request #13 from meshtastic/nodeinfo_channel
Browse files Browse the repository at this point in the history
update NodeInfo with `channel` field
  • Loading branch information
niccellular authored Feb 28, 2024
2 parents 001bba1 + 101f8ce commit a405eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/geeksville/mesh/NodeInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ data class NodeInfo(
var rssi: Int = Int.MAX_VALUE,
var lastHeard: Int = 0, // the last time we've seen this node in secs since 1970
var deviceMetrics: DeviceMetrics? = null,
var channel: Int = 0,
var environmentMetrics: EnvironmentMetrics? = null,
) : Parcelable {

Expand Down

0 comments on commit a405eaa

Please sign in to comment.