Set an up to date message timestamp when refreshing interactive mode, just

in case.
This commit is contained in:
Oliver Jowett 2021-02-18 14:01:51 +08:00
parent 5a33b4ee8f
commit 3324f072cd
1 changed files with 3 additions and 0 deletions

View File

@ -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