Skip to content

Commit 801a10c

Browse files
Update examples
1 parent e97913f commit 801a10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void setup() {
6161
void loop() {
6262
stream.loop();
6363
//Serial.printf("Buffer status: %s\n", stream.bufferStatus());
64-
delay(25);
64+
delay(5);
6565
}
6666

6767
void audio_showstation(const char* info) {

examples/simple/simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
void loop() {
3838
stream.loop();
3939
//Serial.printf("Buffer status: %s\n", stream.bufferStatus());
40-
delay(25);
40+
delay(5);
4141
}
4242

4343
void audio_showstation(const char* info) {

0 commit comments

Comments
 (0)