Fixed typo
This commit is contained in:
parent
c6d4a9b111
commit
a950b5b28e
@ -1028,7 +1028,7 @@ class FTPServer : public TCPServer<T>
|
||||
|
||||
char *_login;
|
||||
char *_password;
|
||||
const char *_FTPDir = NULL; //Pointer to constant string and char * cont is a constant pointer to string
|
||||
const char *_FTPDir = NULL; //Pointer to constant string and char * const is a constant pointer to string
|
||||
uint16_t _dataPort;
|
||||
|
||||
WiFiServer _dataServer; //In passive mode, the FTP server opens two different ports (one for the commands and the other for the data stream)
|
||||
|
Loading…
Reference in New Issue
Block a user