diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-30 11:58:30 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-30 11:58:30 -0700 |
| commit | 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f (patch) | |
| tree | 25ab1b92d9403364549cbfc005f2eeccc2ba86d8 /aoview/aoview_file.c | |
| parent | 566dde161385263700eaae51095eecfa9b5972ee (diff) | |
Add telem replay and larger labels
Replays telemetry files in real time
Shows height/state/rssi in big values at the top.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_file.c')
| -rw-r--r-- | aoview/aoview_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview_file.c b/aoview/aoview_file.c index 4a8841d6..5288c2f7 100644 --- a/aoview/aoview_file.c +++ b/aoview/aoview_file.c @@ -17,7 +17,7 @@ #include "aoview.h" -static char *aoview_file_dir; +char *aoview_file_dir; #define ALTOS_DIR_PATH "/apps/aoview/log_dir" #define DEFAULT_DIR "AltOS" |
