From: Keith Packard Date: Sun, 15 Nov 2009 23:51:58 +0000 (-0800) Subject: Enable telemetry receive in ao_view X-Git-Tag: debian/0.6+27+gb0d7e3f~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9b06e294e2777f69bcf5e98789c3f5477097d53b Enable telemetry receive in ao_view --- diff --git a/ao-tools/ao-view/aoview_monitor.c b/ao-tools/ao-view/aoview_monitor.c index 0f4afb0f..3d235e44 100644 --- a/ao-tools/ao-view/aoview_monitor.c +++ b/ao-tools/ao-view/aoview_monitor.c @@ -99,6 +99,7 @@ aoview_monitor_connect(char *tty) channel = aoview_channel_current(); if (channel >= 0) aoview_monitor_set_channel(channel); + aoview_serial_printf(monitor_serial, "m 1\n"); aoview_serial_set_callback(monitor_serial, aoview_monitor_callback); return TRUE;