We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23df95a commit 55ebeb2Copy full SHA for 55ebeb2
src/SparkFun_MY1690_MP3_Library.cpp
@@ -32,8 +32,6 @@ bool MY1690::begin(Stream &serialPort, uint8_t pin)
32
uint8_t x = 0;
33
while (isConnected() == false)
34
{
35
- while(1)
36
- ;
37
delay(100);
38
if (x++ == 15)
39
return (false);
0 commit comments