altosui: attempt to get ms5607 data into .mega files was misinformed
authorKeith Packard <keithp@keithp.com>
Tue, 5 Jun 2012 03:55:33 +0000 (20:55 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 5 Jun 2012 03:55:33 +0000 (20:55 -0700)
The ms5607 'p' command also means 'go into packet mode', which nicely
broke attempts to communicate with teledongle

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java

index fa6a72b5045bf2c10aad7c1dcd65fe505227d4d5..ecc2d0aa5f0210eea02972320b7f863dbd3c3e8f 100644 (file)
@@ -132,7 +132,7 @@ public class AltosConfigData implements Iterable<String> {
        }
 
        public AltosConfigData(AltosLink link) throws InterruptedException, TimeoutException {
-               link.printf("c s\np\nf\nl\nv\n");
+               link.printf("c s\nf\nl\nv\n");
                lines = new LinkedList<String>();
                radio_setting = 0;
                radio_frequency = 0;