summaryrefslogtreecommitdiff
path: root/aoview/aoview_main.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-30 11:58:30 -0700
committerKeith Packard <keithp@keithp.com>2009-06-30 11:58:30 -0700
commit2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f (patch)
tree25ab1b92d9403364549cbfc005f2eeccc2ba86d8 /aoview/aoview_main.c
parent566dde161385263700eaae51095eecfa9b5972ee (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_main.c')
-rw-r--r--aoview/aoview_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/aoview/aoview_main.c b/aoview/aoview_main.c
index 6833a84a..99de1473 100644
--- a/aoview/aoview_main.c
+++ b/aoview/aoview_main.c
@@ -91,6 +91,10 @@ int main(int argc, char **argv)
aoview_eeprom_init(xml);
+ aoview_replay_init(xml);
+
+ aoview_label_init(xml);
+
gtk_main();
return 0;