Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esp32-i2s-slm.ino
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void setup() {
// i.e. if you want to (slightly) reduce ESP32 power consumption
setCpuFrequencyMhz(80); // It should run as low as 80MHz

Serial.begin(112500);
Serial.begin(115200);
delay(1000); // Safety

#if (USE_DISPLAY > 0)
Expand Down