From 905e5eeb5cbd6d68ca3aae0e2e19e524824deeb8 Mon Sep 17 00:00:00 2001 From: SCratORS Date: Sat, 23 Oct 2021 12:00:30 +0300 Subject: Update FTPCommon.h --- FTPCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3