altosui: Set the beeper to 0 to disable
[fw/altos] / altosui / AltosConfigFCUI.java
index bc082a4ee6fbda228ccf58de5fc124e3f5ba5f66..a238c7df0827ad5d1ce69d82f86c02bfd3db0606 100644 (file)
@@ -353,7 +353,7 @@ public class AltosConfigFCUI
 
        void set_beep_tool_tip() {
                if (beep_value.isVisible())
-                       beep_value.setToolTipText("What frequency the beeper will sound at");
+                       beep_value.setToolTipText("What frequency the beeper will sound at (0 for off)");
                else
                        beep_value.setToolTipText("Older firmware could not select beeper frequency");
        }