Skip to content

Commit

Permalink
Merge pull request #1 from MGWGIT/MGWGIT-patch-1
Browse files Browse the repository at this point in the history
Update esp32-i2s-slm.ino
  • Loading branch information
MGWGIT committed Jan 3, 2021
2 parents b643efa + 562f68d commit 730dcb8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 730dcb8

Please sign in to comment.