From a70d4cb87a48158ed9f9b5fe5cee6a6109674f41 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Sat, 30 May 2020 01:21:14 +0200 Subject: fix timeout data type --- FTPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FTPClient.cpp') diff --git a/FTPClient.cpp b/FTPClient.cpp index aa31ec7..58df9fb 100644 --- a/FTPClient.cpp +++ b/FTPClient.cpp @@ -217,7 +217,7 @@ int8_t FTPClient::controlConnect() return -1; } -bool FTPClient::waitFor(const int16_t respCode, const __FlashStringHelper *errorString, uint16_t timeOutMs) +bool FTPClient::waitFor(const int16_t respCode, const __FlashStringHelper *errorString, uint32_t timeOutMs) { // initalize waiting if (!aTimeout.canExpire()) -- cgit v1.2.3