Skip to content

Releases: philrandal/gpsctl

gpsctl v1.9

21 Jun 18:23
Compare
Choose a tag to compare
gpsctl v1.9 Pre-release
Pre-release

Make configure-rv3208.sh executable.

Reduce autodetect baud rate characters from 50 to 25

gpsctl v1.8

21 Jun 17:40
Compare
Choose a tag to compare

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

22 Jul 16:27
9e83a02
Compare
Choose a tag to compare

Allow BeiDou and Glonass if neither GPS nor Galileo are enabled.

gpsctl v1.6

20 Jul 17:43
15bcc58
Compare
Choose a tag to compare

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

15 Jul 12:38
3a1b3ae
Compare
Choose a tag to compare

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

25 May 12:49
ca5e35a
Compare
Choose a tag to compare

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

09 May 15:29
86fdd12
Compare
Choose a tag to compare

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

03 May 13:12
a8a241e
Compare
Choose a tag to compare

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

01 May 11:42
010da81
Compare
Choose a tag to compare

Minor changes to defaults

Use my fork of iniparser instead of ciniparser

gpsctl v1.0

26 Apr 14:40
57820e5
Compare
Choose a tag to compare

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