diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-26 18:30:45 +0200 |
---|---|---|
committer | Daniel Plasa <dplasa@gmail.com> | 2020-05-26 18:30:45 +0200 |
commit | 49bde8258108057cff01dcef0c36d640373e2e79 (patch) | |
tree | e5edec8cd61df53fe928100f896b17694af1166f /examples/SPIFFSSample | |
parent | fix typo (diff) | |
download | FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar.gz FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar.bz2 FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar.lz FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar.xz FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.tar.zst FTPCLientServer-49bde8258108057cff01dcef0c36d640373e2e79.zip |
Diffstat (limited to 'examples/SPIFFSSample')
-rw-r--r-- | examples/SPIFFSSample/SPIFFSSample.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SPIFFSSample/SPIFFSSample.ino b/examples/SPIFFSSample/SPIFFSSample.ino index 6438afe..dce703c 100644 --- a/examples/SPIFFSSample/SPIFFSSample.ino +++ b/examples/SPIFFSSample/SPIFFSSample.ino @@ -25,8 +25,8 @@ #include <espFtpServer.h> -const char *ssid PROGMEM = ""; -const char *password PROGMEM = ""; +const char *ssid PROGMEM = "YOUR_SSID"; +const char *password PROGMEM = "YOUR_PASS"; // Since SPIFFS is becoming deprecated but might still be in // use in your Projects, tell the FtpServer to use SPIFFS |