From c320f5e9c39283f2f5fbe86c39f1650d360c7073 Mon Sep 17 00:00:00 2001 From: Wolle Date: Tue, 11 Jun 2024 17:26:52 +0200 Subject: [PATCH] Update main.cpp --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a5ea722..8cc86c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,8 +5,8 @@ DLNA_Client dlna; WiFiMulti wifiMulti; -String ssid = "Wolles-FRITZBOX"; -String password = "40441061073895958449"; +String ssid = "xxxxx"; +String password = "xxxxx"; bool f_seek = false; bool f_browse = false; @@ -80,4 +80,4 @@ void dlna_browseReady(uint16_t numbertReturned, uint16_t totalMatches){ Serial.printf("\n%s\n\n", dlna.stringifyContent()); // and now stringify the browse result, make JSONstring: getserver(); getBrowseContent(); -} \ No newline at end of file +}