philrandal / gpsctl

GPS control and configuration for U-Blox GPS on Raspberry Pi 3B...
MIT License
45 stars 4 forks source link

Update gpsctl.conf.slightlyloony #7

Closed by closed 4 years ago

by commented 4 years ago

Corrected missing # in section [gpsctl].

philrandal commented 4 years ago

The setting "prefer beidou to glonass if both enabled = no" is the default.

Commenting it out makes no diffence whatsover.

Line 358 of ublox.c:

if (iniparser_getboolean(gpsctlConf, "gpsctl:prefer beidou to glonass if both enabled", false))

philrandal commented 4 years ago

superfluous