Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 authored Jun 11, 2024
1 parent 3130951 commit c320f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();
}
}

0 comments on commit c320f5e

Please sign in to comment.