Skip to content

Commit d8663f7

Browse files
authored
Update hls-buffer-i2s.ino
1 parent 0f187dd commit d8663f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/examples-communication/hls/hls-buffer-i2s/hls-buffer-i2s.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Buffered playback of HLSStream: activate PSRAM!
33
// We use a MultiDecoder to handle different formats.
4-
// For HLS you need to set the log level to Warning or higher.
4+
// For MPEG-TS (MTS) you need to set the log level to Warning or higher.
55
//
66

77
#include "AudioTools.h"
@@ -60,4 +60,4 @@ void setup(void) {
6060
// Arduino loop
6161
void loop() {
6262
copier_play.copy();
63-
}
63+
}

0 commit comments

Comments
 (0)