altosui: Use letter names for pyro channels in pyro config UI
[fw/altos] / altosui / AltosConfigPyroUI.java
index 47b2b662bb5ac7b49d4804527384cfc2feb85599..b14c39ab86e1c5ea2f0ca74d92194003d66394a3 100644 (file)
@@ -232,7 +232,7 @@ public class AltosConfigPyroUI
                        c.fill = GridBagConstraints.NONE;
                        c.anchor = GridBagConstraints.CENTER;
                        c.insets = il;
-                       label = new JLabel(String.format("Pyro Channel %d", channel));
+                       label = new JLabel(String.format("Pyro Channel %c", 'A' + channel));
                        pane.add(label, c);
                        y++;