Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus authored Nov 3, 2020
1 parent ce6b90e commit df83888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "ESP-FTP-Server-Lib.h"
#include "FTPFilesystem.h"

#define WIFI_SSID "Buchegger"
#define WIFI_PASSWORD "PETER@pBuchegger.@"
#define WIFI_SSID "SSID"
#define WIFI_PASSWORD "PASSWORD"

#define FTP_USER "ftp"
#define FTP_PASSWORD "ftp"
Expand Down

0 comments on commit df83888

Please sign in to comment.