turn off serial debugging

This commit is contained in:
Jorj Bauer 2020-07-08 17:53:51 -04:00
parent 0024764fc4
commit 5c1b475fab
1 changed files with 1 additions and 1 deletions

View File

@ -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();