mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-10-31 09:15: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()
|
void setup()
|
||||||
{
|
{
|
||||||
Serial.begin(230400);
|
Serial.begin(230400);
|
||||||
#if 1
|
#if 0
|
||||||
// Wait for USB serial connection before booting while debugging
|
// Wait for USB serial connection before booting while debugging
|
||||||
while (!Serial) {
|
while (!Serial) {
|
||||||
yield();
|
yield();
|
||||||
|
Loading…
Reference in New Issue
Block a user