altosui: Allow radio channel to be configured over the radio link
[fw/altos] / altosui / AltosConfigUI.java
index e09eab25dc65b9835dda10a656742f3d9ad84371..f835ee2e86d4df46a4055894031202374ccc6acf 100644 (file)
@@ -252,8 +252,6 @@ public class AltosConfigUI
                radio_channel_value = new JComboBox(radio_channel_values);
                radio_channel_value.setEditable(false);
                radio_channel_value.addItemListener(this);
-               if (remote)
-                       radio_channel_value.setEnabled(false);
                pane.add(radio_channel_value, c);
 
                /* Radio Calibration */