From 2ecbb4999114706f4228eea677940802e0251543 Mon Sep 17 00:00:00 2001 From: SCratORS Date: Sat, 23 Oct 2021 12:21:13 +0300 Subject: Update FTPCommon.h --- FTPCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTPCommon.h b/FTPCommon.h index 5c2654f..a88dd8d 100644 --- a/FTPCommon.h +++ b/FTPCommon.h @@ -13,7 +13,7 @@ using esp8266::polledTimeout::oneShotMs; // import the type to the local namespa #define PRINTu32 "lu" #elif defined ESP32 #include "esp32compat/PolledTimeout.h" -using esp8266::polledTimeout::oneShotMs; +using esp32::polledTimeout::oneShotMs; #define BUFFERSIZE CONFIG_TCP_MSS #define PRINTu32 "u" #endif -- cgit v1.2.3