altoslib: Switch distance from m/ft to km/miles for large values
[fw/altos] / altosui / AltosConfigUI.java
index 24167df36635d058c11284b969512ebbd2488fa6..09123f4f86a779877e8923397968a29e76b54721 100644 (file)
@@ -976,7 +976,7 @@ public class AltosConfigUI
        }
 
        String get_main_deploy_label() {
-               return String.format("Main Deploy Altitude(%s):", AltosConvert.height.show_units());
+               return String.format("Main Deploy Altitude(%s):", AltosConvert.height.parse_units());
        }
 
        String[] main_deploy_values() {
@@ -1243,7 +1243,7 @@ public class AltosConfigUI
        }
 
        String get_tracker_motion_label() {
-               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units());
+               return String.format("Logging Trigger Motion (%s):", AltosConvert.height.parse_units());
        }
 
        void set_tracker_tool_tip() {