mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-05 16:32:59 +02:00
Remove last position timestamp from map info overlay (#233)
This commit is contained in:
@@ -2190,10 +2190,6 @@ var(--fg); }
|
||||
if (n.last_heard) {
|
||||
lines.push(`Last seen: ${timeAgo(n.last_heard, nowSec)}`);
|
||||
}
|
||||
const lastPositionTime = toFiniteNumber(n.position_time ?? n.positionTime);
|
||||
if (lastPositionTime != null) {
|
||||
lines.push(`Last Position: ${timeAgo(lastPositionTime, nowSec)}`);
|
||||
}
|
||||
if (n.uptime_seconds) {
|
||||
lines.push(`Uptime: ${timeHum(n.uptime_seconds)}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user