Fixed typo

This commit is contained in:
Th3maz1ng 2022-04-24 17:33:59 +02:00
parent c6d4a9b111
commit a950b5b28e

View File

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