Releases: philrandal/gpsctl
gpsctl v1.9
Make configure-rv3208.sh executable.
Reduce autodetect baud rate characters from 50 to 25
gpsctl v1.8
Updated for more reliable configuration of the u-blox module from systemd at startup.
Added configure-rv3028.sh to correctly setup the RTC chip on the new (June 2020) Uputronics GPS Hats.
gpsctl v1.7
Allow BeiDou and Glonass if neither GPS nor Galileo are enabled.
gpsctl v1.6
Add "prefer beidou to glonass if both enabled" option in the [gpsctl] config file section. Defaults to 'no'.
So if you accidentally try to enable both, you can specify which one of the two will be enabled.
gpsctl v1.5
Updated to turn on NMEA 4.1 by default if BeiDou is enabled.
Documented the you can have either BeiDou or Glonass configured, but not both together.
gpsctl v1.4
Minor source code whitespace tidy up.
Changed default config file to match the original gpsctl apart from C/No threshold which now defaults to 20 dBHz instead of 40 dBHz.
gpsctl v1.3
Report NMEA Message types
Change default NMEA Version format to x.y (though you can still say version=41 instead of 4.1 if you must)
gpsctl v1.2
Enhance gpsctl.conf file entry for nmea as follows:
[NMEA]
#enabled = true / false or non-boolean = don't care, leave it alone
enabled = asitwas
Doesn't try to change the setting - overridden by the -n / --nmea commandline option
Updated iniparser's conf dump routine to correctly quote values containing ';' or '#'
gpsctl v1.1
Minor changes to defaults
Use my fork of iniparser instead of ciniparser
gpsctl v1.0
verbosity can now be set in gpsctl.conf
nmea output can be enabled or disabled in gpsctl.conf.
That can be overridden by the -n / --nmea commandline option