Skip to content

Commit

Permalink
Update FactoryTest.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Sep 28, 2021
1 parent 3e00ecf commit 4da6e6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Basics/FactoryTest/FactoryTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,6 @@ void setup()
Displaybuff();
delay(30);
}
//Serial.printf(" STC\r\n");
if (InitI2SMicroPhone() != true)
{
ErrorMeg(0x51, "MicroPhone error",0 ,true);
Expand Down Expand Up @@ -1441,4 +1440,4 @@ void loop()
DisPlayBLESend();
}

}
}

0 comments on commit 4da6e6b

Please sign in to comment.