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 e97913f commit 801a10cCopy full SHA for 801a10c
README.md
@@ -61,7 +61,7 @@ void setup() {
61
void loop() {
62
stream.loop();
63
//Serial.printf("Buffer status: %s\n", stream.bufferStatus());
64
- delay(25);
+ delay(5);
65
}
66
67
void audio_showstation(const char* info) {
examples/simple/simple.ino
@@ -37,7 +37,7 @@ void setup() {
37
38
39
40
41
42
43
0 commit comments