diff --git a/sdCard_content/CONFIG/SERVER.CFG b/sdCard_content/CONFIG/SERVER.CFG index b3e2c67..c3978d2 100644 --- a/sdCard_content/CONFIG/SERVER.CFG +++ b/sdCard_content/CONFIG/SERVER.CFG @@ -8,9 +8,11 @@ WEB_ENABLED : 'true' WEB_PORT : 80 WEB_MAX_CLIENT : 0 +WEB_WWW_DIR : '/WWW' FTP_ENABLED : 'true' FTP_LOGIN : 'ESP8266' FTP_PASSWORD : '12345678' +FTP_ROOT_DIR : '/FTP' FTP_PORT : 21 FTP_DATA_PORT : 1024 FTP_MAX_CLIENT : 0