summaryrefslogtreecommitdiff
path: root/ao-tools/ao-send-telem/ao-send-telem.c
Commit message (Collapse)AuthorAge
* ao_tools/ao-send-telem: Only start real-time on valid statesKeith Packard2012-09-09
| | | | | | | Check state to make sure it is < ao_flight_landed to keep invalid states from switching to real-time playback mode. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-send-telem: fix frequency set commandMike Beattie2012-08-31
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* ao-send-telem: make --realtime workMike Beattie2012-08-08
| | | | | | (add "break;" to the case statement for options) Signed-off-by: Mike Beattie <mike@ethernal.org>
* Add ability to re-play telemetry through TeleDongleKeith Packard2012-07-29
This adds a new command to TeleDongle to send arbitrary data, and then creates a new tool, 'ao-send-telem' that replays existing telemetry files through TeleDongle. Signed-off-by: Keith Packard <keithp@keithp.com>