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

This commit is contained in:
anschrammh 2022-09-27 07:29:10 +02:00
parent 86452fb1b8
commit d0d5df2b98

View File

@ -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