mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Fix pointer
This commit is contained in:
parent
2e2a7423bf
commit
3311de016c
@ -127,7 +127,7 @@ void ftpStart()
|
|||||||
#if HASP_USE_HTTP > 0 || HASP_USE_HTTP_ASYNC > 0
|
#if HASP_USE_HTTP > 0 || HASP_USE_HTTP_ASYNC > 0
|
||||||
ftpSrv->begin(http_config.username, http_config.password, D_MANUFACTURER); // Password must be non-empty
|
ftpSrv->begin(http_config.username, http_config.password, D_MANUFACTURER); // Password must be non-empty
|
||||||
#else
|
#else
|
||||||
ftpSrv.begin("ftpuser", "haspadmin"); // username, password for ftp. (default 21, 50009 for PASV)
|
ftpSrv->begin("ftpuser", "haspadmin"); // username, password for ftp. (default 21, 50009 for PASV)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
LOG_VERBOSE(TAG_FTP, F(FTP_SERVER_VERSION));
|
LOG_VERBOSE(TAG_FTP, F(FTP_SERVER_VERSION));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user