diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-29 16:22:23 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-29 16:22:23 -0700 |
commit | 59588ba34159b27c02e1a886b46497ecfa0cf4d3 (patch) | |
tree | e90de318e3c1f261adbf304fce0ab9b47c64b2ee /configure.ac | |
parent | 52e920bc7a98edf5c6f2ad0bd59d581011dcd5c9 (diff) |
Add ability to re-play telemetry through TeleDongle
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bcd2dcac..c59261af 100644 --- a/configure.ac +++ b/configure.ac @@ -160,6 +160,7 @@ ao-tools/ao-list/Makefile ao-tools/ao-load/Makefile ao-tools/ao-telem/Makefile ao-tools/ao-stmload/Makefile +ao-tools/ao-send-telem/Makefile ao-utils/Makefile src/Version ]) |