mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 05:29:51 +00:00
turn off serial debugging
This commit is contained in:
parent
0024764fc4
commit
5c1b475fab
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user