X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=altosui%2FAltosDataPoint.java;h=4956e9f3c61eec2662056f746289c52db4abeb8a;hb=7894c27b2b2c3c46a7c107c8acd5977830f006cf;hp=5e07732026aeb2562b33eabeecfe7884b172c65c;hpb=dec2e455935a71dec13b84bb886252b7f4a1a641;p=fw%2Faltos diff --git a/altosui/AltosDataPoint.java b/altosui/AltosDataPoint.java index 5e077320..4956e9f3 100644 --- a/altosui/AltosDataPoint.java +++ b/altosui/AltosDataPoint.java @@ -16,11 +16,8 @@ interface AltosDataPoint { String state_name(); double acceleration(); - double pressure(); - double altitude(); double height(); - double accel_speed(); - double baro_speed(); + double speed(); double temperature(); double battery_voltage(); double drogue_voltage();