Support the not-connected GPS state
[fw/altos] / aoview / aoview.h
index b4d1315968ba248284f57678501dd639c223bed8..800349ec09c68ed9b1f1ce054e40dcd3e434a9b7 100644 (file)
@@ -69,7 +69,8 @@ struct aodata {
        int     flight_pres;
        int     ground_pres;
        int     nsat;
-       int     locked;
+       int     gps_locked;
+       int     gps_connected;
        struct {
                int hour;
                int minute;