diff --git a/conf/gnss-sdr_GPS_L1_monitor.conf b/conf/gnss-sdr_GPS_L1_monitor.conf index b9d30927e..a24a4fc9b 100644 --- a/conf/gnss-sdr_GPS_L1_monitor.conf +++ b/conf/gnss-sdr_GPS_L1_monitor.conf @@ -67,9 +67,8 @@ PVT.flag_averaging=true PVT.output_rate_ms=10 PVT.display_rate_ms=500 PVT.enable_monitor=true -PVT.decimation_factor=1 -PVT.client_addresses=127.0.0.1 -PVT.udp_port=1234 +PVT.monitor_client_addresses=127.0.0.1 +PVT.monitor_udp_port=1234 ;######### MONITOR CONFIG ############ Monitor.enable_monitor=true diff --git a/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf b/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf index 228d30dbb..9b7b18b94 100644 --- a/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf +++ b/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf @@ -60,9 +60,8 @@ PVT.flag_averaging=true PVT.output_rate_ms=10 PVT.display_rate_ms=500 PVT.enable_monitor=true -PVT.decimation_factor=1 -PVT.client_addresses=127.0.0.1 -PVT.udp_port=1234 +PVT.monitor_client_addresses=127.0.0.1 +PVT.monitor_udp_port=1234 ;######### MONITOR CONFIG ############ Monitor.enable_monitor=true