diff options
Diffstat (limited to 'FTPCommon.h')
-rw-r--r-- | FTPCommon.h | 2 |
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(); |