Skip to content

Commit f0093f4

Browse files
committed
expireAfter_millis
1 parent 44d9816 commit f0093f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class GNSS_MOSAIC : GNSS
615615
};
616616
struct find_stale_sv
617617
{
618-
const unsigned long expireAfter_millis = 10000;
618+
const unsigned long expireAfter_millis = 20000; // 10000 is too short
619619
unsigned long millisNow;
620620
find_stale_sv(unsigned long now) : millisNow(now) {}
621621
bool operator () (const svTracking_t& m) const

0 commit comments

Comments
 (0)