Enable telemetry receive in ao_view
[fw/altos] / ao-tools / ao-view / aoview_monitor.c
index 0f4afb0f943dfd5ca2ef988307771afb78106dc0..3d235e44f5d22d3db797b9c3c0b30fe85c6f0600 100644 (file)
@@ -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;