mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
remove local stats call
This commit is contained in:
parent
698eb7b5d0
commit
f757909aa4
1 changed files with 0 additions and 4 deletions
|
|
@ -22,10 +22,6 @@ extension NodeInfoEntity {
|
|||
return self.telemetries?.filtered(using: NSPredicate(format: "metricsType == 1")).lastObject as? TelemetryEntity
|
||||
}
|
||||
|
||||
// var latestLocalStats: TelemetryEntity? {
|
||||
// return self.telemetries?.filtered(using: NSPredicate(format: "metricsType == 6")).lastObject as? TelemetryEntity
|
||||
// }
|
||||
|
||||
var hasPositions: Bool {
|
||||
return positions?.count ?? 0 > 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue