]> err.no Git - mapper/commitdiff
Use correct default gpsd port
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 11:54:22 +0000 (13:54 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 11:54:22 +0000 (13:54 +0200)
src/config-gconf.c

index 8c02c6f54406396277dd884728953ff7ee68cb53..0c14e54fc6c74e5ade15aea29df253f57f94042c 100644 (file)
@@ -460,7 +460,7 @@ g_mkdir_with_parents(config_dir, 0700);
 
 /* Get Receiver MAC from GConf.  Default is scanned via hci_inquiry. */
 _gps->io.address=gconf_client_get_string(gconf_client, GCONF_KEY_GPS_MAC, NULL);
-_gps->io.port=mapper_gconf_get_int(GCONF_KEY_GPS_PORT, 2497);
+_gps->io.port=mapper_gconf_get_int(GCONF_KEY_GPS_PORT, 2947);
 _gps->io.type=(GpsIOSourceType)mapper_gconf_get_bound_int(GCONF_KEY_GPS_TYPE, GPS_IO_SIMULATION, GPS_IO_TYPE_MIN+1, GPS_IO_TYPE_MAX-1);
 
 /* Get Auto-Download.  Default is FALSE. */