diff --git a/interactive.c b/interactive.c index fae77ac..724093e 100644 --- a/interactive.c +++ b/interactive.c @@ -173,6 +173,9 @@ void interactiveShowData(void) { int rowMaxRSSI = 0; int rowMinRSSI = 0; + // Ensure trackDataValid uses the current time + _messageNow = now; + while (a) { if (a->reliable && (now - a->seen) < Modes.interactive_display_ttl