X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosDebug.java;h=df40410aae4ddd21dd16006b57bcff8278c36283;hb=d93787284c8e514a929edb9f944c98ae0206a33f;hp=83ea5bcbf9f0c9abc1068fbfb317187f1eaaa2d7;hpb=b1758be01397fd49c441f40852f3558fe9343a2d;p=fw%2Faltos 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; } }