mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-08-15 18:27:42 +00:00
turn off serial debugging
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user