From d3ce2422c285a478eb2e57b2827f5e558e7d38c9 Mon Sep 17 00:00:00 2001 From: NoMoreWorkLimited Date: Thu, 22 Nov 2018 12:18:03 +0800 Subject: [PATCH] just to pass the compilation process --- Redis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Redis.h b/Redis.h index 03e2c75..f1d34fb 100644 --- a/Redis.h +++ b/Redis.h @@ -7,8 +7,8 @@ class Redis { private: const char* addr; int port; - int Timeout; - bool NoDelay; + int timeout; + bool noDelay; WiFiClient conn; String checkError(String); public: