summaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r--src/OutputUHD.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h
index 633de04..8513745 100644
--- a/src/OutputUHD.h
+++ b/src/OutputUHD.h
@@ -121,7 +121,7 @@ struct UHDWorkerData {
// If we want to verify loss of refclk
bool check_refclk_loss;
- // If we want to check for the gps_fixtype sensor
+ // If we want to check for the gps_timelock sensor
bool check_gpsfix;
// muting set by remote control
@@ -279,7 +279,7 @@ class OutputUHD: public ModOutput, public RemoteControllable {
boost::thread gps_fix_task;
// Wait time in seconds to get fix
- static const int initial_gps_fix_wait = 60;
+ static const int initial_gps_fix_wait = 180;
// Interval for checking the GPS at runtime
static const double gps_fix_check_interval = 10.0; // seconds