Skip to content

Commit 7f2bd4a

Browse files
committed
looper
1 parent 0b2fbfb commit 7f2bd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-audiokit/streams-audiokit-sd-audiokit/streams-audiokit-sd-audiokit.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void record_end(bool pinStatus, int pin, void* ref){
4545
void setup(){
4646
Serial.begin(115200);
4747
while(!Serial); // wait for serial to be ready
48-
AudioLogger::instance().begin(Serial, AudioLogger::Info);
48+
AudioLogger::instance().begin(Serial, AudioLogger::Warning);
4949

5050
// Open SD drive
5151
if (!SD.begin(PIN_AUDIO_KIT_SD_CARD_CS)) {

0 commit comments

Comments
 (0)