altosui: Add eeprom data capture function. No UI yet.
[fw/altos] / ao-tools / altosui / AltosSerial.java
index f12b31b3187e9b253b4a3560080db9d8e2966d7e..a5566ab898d4f3eb096f2d131e925e585bf8a499 100644 (file)
@@ -139,7 +139,7 @@ public class AltosSerial implements Runnable {
                        throw new FileNotFoundException(device.getPath());
                input_thread = new Thread(this);
                input_thread.start();
-               print("\nE 0\nm 1\n");
+               print("\nE 0\n");
                try {
                        Thread.sleep(200);
                } catch (InterruptedException e) {