Skip to content

Commit c63f338

Browse files
committed
getSatellitesInViewCount is correct
1 parent 46ac604 commit c63f338

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Firmware/RTK_Everywhere/GNSS_LG290P.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,7 @@ uint8_t GNSS_LG290P::getRtcmMessageNumberByName(const char *msgName)
11111111
uint8_t GNSS_LG290P::getSatellitesInView()
11121112
{
11131113
if (online.gnss)
1114-
return (_lg290p->getSatellitesInViewCount() - 4);
1115-
// As of v1.0.1 of the LG290P library, getSatellitesInViewCount is reporting staillites that
1116-
// have 0 in view ("00"). NAVIC and QZSS satellites are the most common problem. Artificially
1117-
// reducing until a fix is in place.
1114+
return (_lg290p->getSatellitesInViewCount());
11181115
return 0;
11191116
}
11201117

0 commit comments

Comments
 (0)