altoslib: Extend telemetry heights from 16 to 32 bits
[fw/altos] / altosui / AltosConfigUI.java
index 043cb876f4571a993c929f0ee08e2d5adb2ce570..9fcace610a7212c604bbe7785fcf13779838aaa8 100644 (file)
@@ -926,6 +926,9 @@ public class AltosConfigUI
                serial_value.setText(String.format("%d", serial));
        }
 
+       public void set_altitude_32(int altitude_32) {
+       }
+
        public void set_main_deploy(int new_main_deploy) {
                main_deploy_value.setSelectedItem(AltosConvert.height.say(new_main_deploy));
                main_deploy_value.setEnabled(new_main_deploy >= 0);