diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-18 15:57:26 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-18 15:57:26 +0200 |
commit | b76ebdb856b20a8078c6386bc20e79aa0d8db741 (patch) | |
tree | d3cef5c00205ea1e755267e9e8f805c179a71ffb /doc/example.ini | |
parent | 753fb5451b3f31aff2c389126467efa626975d78 (diff) | |
download | dabmod-b76ebdb856b20a8078c6386bc20e79aa0d8db741.tar.gz dabmod-b76ebdb856b20a8078c6386bc20e79aa0d8db741.tar.bz2 dabmod-b76ebdb856b20a8078c6386bc20e79aa0d8db741.zip |
Rework GPSDO fix check
Accelerate startup, take advantage of new UHD sensor, fix startup
issue.
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/example.ini b/doc/example.ini index ebd4ec1..b94825c 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -261,11 +261,10 @@ pps_source=none ; possible values: ignore, crash behaviour_refclk_lock_lost=ignore -; The maximum accepted holdover time for the gpsdo. +; The maximum accepted holdover time for the gpsdo once it +; started operating. Initial check interval for GPSDO lock +; at startup is always 180s. ; Valid only if the refclk and pps_source are set to gpsdo. -; This value is also used for the initial lock check, and must -; be at least a minute so that the GPSOD has enough time to lock -; and to start disciplining its oscillator. ; Units: seconds ; Set to 0 to disable holdover check ; default value: 0 |