altosui: Make 'monitor idle' work with older TeleMetrum firmware (trac #28)
[fw/altos] / altosui / AltosSerial.java
index dffc74ea25be0a831dc7a415810b48954fddf779..77c926b1f9629f9a9e171e6a4377e8ff84e1eba9 100644 (file)
@@ -55,7 +55,7 @@ public class AltosSerial implements Runnable {
        boolean monitor_mode;
        int telemetry;
        double frequency;
-       static boolean debug;
+       public static boolean debug;
        boolean remote;
        LinkedList<String> pending_output = new LinkedList<String>();
        Frame frame;