From 99bdedd6609ced4c84ac98597d1af50df00147e3 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Mon, 11 May 2020 16:03:21 +0900 Subject: [PATCH] Fixed wrong connection waiting time. #216 --- src/AutoConnectDefs.h | 4 ++-- src/AutoConnectPage.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index b2be33d..9f52ff6 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -113,9 +113,9 @@ #define AUTOCONNECT_STARTUPTIME (AUTOCONNECT_TIMEOUT/1000) #endif // !AUTOCONNECT_STARTUPTIME -// Response wait time until requesting a result of connection attempt, uint:[s] as String +// Response wait time until requesting a result of connection attempt, uint:[ms] #ifndef AUTOCONNECT_RESPONSE_WAITTIME -#define AUTOCONNECT_RESPONSE_WAITTIME "2" +#define AUTOCONNECT_RESPONSE_WAITTIME 2000 #endif // !AUTOCONNECT_RESPONSE_WAITTIME // Default HTTP port diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 8195ad1..3076bee 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -761,7 +761,7 @@ const char AutoConnect::_PAGE_CONNECTING[] PROGMEM = { "" "" "" ""