Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 authored Aug 28, 2024
1 parent c028f00 commit 9fbdca0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/Better_WiFi_throughput/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Audio audio;
WiFiMulti wifiMulti;

String ssid = "xxxx";
String password = "xxxx";
String ssid = "xxx";
String password = "xxx";

#define I2S_LRC 26
#define I2S_DOUT 25
Expand All @@ -25,6 +25,7 @@ void setup() {

void loop(){
audio.loop();
vTaskDelay(20);
}

// optional
Expand Down

0 comments on commit 9fbdca0

Please sign in to comment.