diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-05 22:52:51 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-05 22:52:51 -0700 |
commit | 55753ac8b4b73ec58cb6ef874acc8d606193c5e7 (patch) | |
tree | 30f0cce2d7124685240d8ea06fe05cb1ded2e8e6 /ao-bringup | |
parent | 527700623cc369cc58e15c29dc1ee374fa4efeb7 (diff) |
ao-bringup: Do telegps freq cal before testing GPS
This lets the GPS get some time to see sats while we're messing with
the radio frequency calibration.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/turnon_telegps | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps index 123f0b54..ba97d503 100755 --- a/ao-bringup/turnon_telegps +++ b/ao-bringup/turnon_telegps @@ -72,10 +72,8 @@ case "$dev" in ;; esac -echo 'E 0' > $dev +SERIAL=$SERIAL ./cal-freq $dev ./test-telegps -SERIAL=$SERIAL ./cal-freq $dev - exit $? |