Send computed accel/vel/pres values over the radio
[fw/altos] / aoview / aoview.h
index 7824491228a4eb10dfb834961ae2311df1404525..44412bec53b66ed66cb5296f8a9fdf5463678340 100644 (file)
@@ -58,6 +58,9 @@ struct aostate {
        int     batt;
        int     drogue;
        int     main;
+       int     flight_accel;
+       int     flight_vel;
+       int     flight_pres;
        int     nsat;
        int     locked;
        struct {