From 3c52fb3d526413120a38f15dcc123ae2f98fc1e5 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sat, 22 Sep 2018 16:40:58 -0700 Subject: gps.h: MAXCHANNELS from 72 to 120. The u-blox 9 tracks 120 signals. That is all the satellites in all the constellations, plus all the signals from each satellite. --- gps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gps.h') diff --git a/gps.h b/gps.h index 58ff0d87..a322e177 100644 --- a/gps.h +++ b/gps.h @@ -45,7 +45,7 @@ extern "C" { #define GPSD_API_MAJOR_VERSION 7 /* bump on incompatible changes */ #define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */ -#define MAXCHANNELS 72 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */ +#define MAXCHANNELS 120 /* u-blox 9 tracks 140 signals */ #define MAXUSERDEVS 4 /* max devices per user */ #define GPS_PATH_MAX 128 /* for names like /dev/serial/by-id/... */ -- cgit v1.2.1