summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 11:00:30 +0200
committerGitHub <noreply@github.com>2021-10-23 11:00:30 +0200
commit905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8 (patch)
treef6b878f2fa9ad1e856301d61efed5edf767b24f4
parentUpdate FTPCommon.h (diff)
downloadFTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar.gz
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar.bz2
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar.lz
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar.xz
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.tar.zst
FTPCLientServer-905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8.zip
-rw-r--r--FTPCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FTPCommon.h b/FTPCommon.h
index 7f04652..7bc8c96 100644
--- a/FTPCommon.h
+++ b/FTPCommon.h
@@ -127,7 +127,7 @@ protected:
bool parseDataIpPort(const char *p);
uint32_t sTimeOutMs; // disconnect timeout
- oneShotMs aTimeout; // timeout from esp8266 core library
+ oneShotFastMs aTimeout; // timeout from esp8266 core library
bool doFiletoNetwork();
bool doNetworkToFile();