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 +}