Skip to content

Commit 830a3b3

Browse files
authored
Change WiFi credentials to generic placeholders
1 parent a2d6d9a commit 830a3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/examples-communication/dlna/dlna-audio-renderer/dlna-audio-renderer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include "AudioTools/Concurrency/RTOS.h"
1111
#include "AudioTools/Concurrency/AudioPlayerThreadSafe.h"
1212

13-
const char* ssid = "Phil Schatzmann";
14-
const char* password = "sabrina01";
13+
const char* ssid = "ssid";
14+
const char* password = "password";
1515

1616
// DLNA
1717
const int port = 9000;

0 commit comments

Comments
 (0)