Set an up to date message timestamp when refreshing interactive mode, just
in case.
This commit is contained in:
parent
5a33b4ee8f
commit
3324f072cd
|
|
@ -173,6 +173,9 @@ void interactiveShowData(void) {
|
||||||
int rowMaxRSSI = 0;
|
int rowMaxRSSI = 0;
|
||||||
int rowMinRSSI = 0;
|
int rowMinRSSI = 0;
|
||||||
|
|
||||||
|
// Ensure trackDataValid uses the current time
|
||||||
|
_messageNow = now;
|
||||||
|
|
||||||
while (a) {
|
while (a) {
|
||||||
|
|
||||||
if (a->reliable && (now - a->seen) < Modes.interactive_display_ttl
|
if (a->reliable && (now - a->seen) < Modes.interactive_display_ttl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue