diff options
author | Bdale Garbee <bdale@gag.com> | 2010-07-21 14:26:36 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-07-21 14:26:36 -0600 |
commit | d0647950b76bfa9942e4f8cf87353f2b724099f4 (patch) | |
tree | cd2ef84cdb0c52a1ab38074c4a1a3a5c3a1bc5aa /ao-bringup | |
parent | 8eda9fe94a7fd40cb84f50e17e64956f1584ebdc (diff) |
fix text since TM only has one led to blink
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/turnon_telemetrum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/turnon_telemetrum b/ao-bringup/turnon_telemetrum index e4badcfd..4086a1a8 100755 --- a/ao-bringup/turnon_telemetrum +++ b/ao-bringup/turnon_telemetrum @@ -32,7 +32,7 @@ read SERIAL echo $RAWLOAD $RAWLOAD -r ao_led_blink.ihx -echo "LEDs should be blinking" +echo "the red LED should be blinking" sleep 5 $RAWLOAD -r ao_radio_xmit.ihx |