diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-29 23:29:08 +0200 |
---|---|---|
committer | Daniel Plasa <dplasa@gmail.com> | 2020-05-29 23:29:08 +0200 |
commit | 51321af9e4e71f91ad57f8af2dc2e3975a5f1dde (patch) | |
tree | ba581c253cbf62f6b98ba3bcf95a3ab272a801e2 /FTPServer.h | |
parent | use esp8266::polledTimeout::oneShotMs fot the timeout handling (diff) | |
download | FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar.gz FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar.bz2 FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar.lz FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar.xz FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.tar.zst FTPCLientServer-51321af9e4e71f91ad57f8af2dc2e3975a5f1dde.zip |
Diffstat (limited to '')
-rw-r--r-- | FTPServer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FTPServer.h b/FTPServer.h index 84e20a7..e0f7913 100644 --- a/FTPServer.h +++ b/FTPServer.h @@ -30,7 +30,6 @@ ** ** *******************************************************************************/ #include "FTPCommon.h" -#define FTP_SERVER_VERSION "0.9.7-20200529" class FTPServer : public FTPCommon { |