Skip to content

Commit 17af99f

Browse files
authored
Update ESP32_INMP441_MAX98357A_Gemini.ino
1 parent 2ab26d7 commit 17af99f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ESP32_INMP441_MAX98357A_Gemini/ESP32_INMP441_MAX98357A_Gemini.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ void updatePreBuffer(uint8_t* data, size_t len) {
314314
}
315315

316316
void audio_info(const char *info){
317-
//Serial.println(info);
317+
//Serial.println(info); // Debug mode
318318
}
319319

320320
void getResponseData(String jsonResponse) {
@@ -513,3 +513,4 @@ void loop() {
513513
}
514514
}
515515
}
516+

0 commit comments

Comments
 (0)