From 5c1b475fab579cf9f3c929d3d2aa43c6630b7960 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Wed, 8 Jul 2020 17:53:51 -0400 Subject: [PATCH] turn off serial debugging --- teensy/teensy.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teensy/teensy.ino b/teensy/teensy.ino index 71a592f..50b9b55 100644 --- a/teensy/teensy.ino +++ b/teensy/teensy.ino @@ -80,7 +80,7 @@ void onKeyrelease(int unicode) void setup() { Serial.begin(230400); -#if 1 +#if 0 // Wait for USB serial connection before booting while debugging while (!Serial) { yield();