Skip to content

Commit f28154e

Browse files
Update simple.ino
Fix example url
1 parent 2d399ad commit f28154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void setup() {
4545

4646
Serial.println("decoder running - starting stream");
4747

48-
stream.connecttohost("http://espace.tekno1.fr/tekno1.m3u");
48+
stream.connecttohost("http://icecast.omroep.nl/radio6-bb-mp3");
4949

5050
Serial.print("codec: ");
5151
Serial.println(stream.currentCodec());

0 commit comments

Comments
 (0)