From: Keith Packard Date: Tue, 24 Aug 2010 10:58:00 +0000 (-0700) Subject: altosui: disable radio monitoring while using serial line for debugging X-Git-Tag: debian/0.6+373+gcf65c6b~22 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2;hp=7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b altosui: disable radio monitoring while using serial line for debugging --- diff --git a/ao-tools/altosui/AltosDebug.java b/ao-tools/altosui/AltosDebug.java index 83ea5bcb..df40410a 100644 --- a/ao-tools/altosui/AltosDebug.java +++ b/ao-tools/altosui/AltosDebug.java @@ -97,7 +97,7 @@ public class AltosDebug extends AltosSerial { void ensure_debug_mode() { if (!debug_mode) { - printf("D\n"); + printf("m 0\nD\n"); debug_mode = true; } }