From d0d5df2b983a1928f00a47c19ccab5c31f51deb6 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 27 Sep 2022 07:29:10 +0200 Subject: [PATCH] Added 2 new settings which indicates which root folder to use for the web and ftp server. This config file is not used yet in the app, will come soon --- sdCard_content/CONFIG/SERVER.CFG | 2 ++ 1 file changed, 2 insertions(+) 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