From 6eaffa7fa9e79c02b309337f0e92286c977f95d6 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Mon, 29 Apr 2019 07:46:48 +0200 Subject: [PATCH] Updated a comment --- src/app/WEBServerManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/WEBServerManager.h b/src/app/WEBServerManager.h index 87a9760..1dc4576 100644 --- a/src/app/WEBServerManager.h +++ b/src/app/WEBServerManager.h @@ -55,7 +55,7 @@ class WEBServerManager void clearHttpRequestData(); WiFiServer _wifiServer; - WiFiClient _wifiClient;//One client only, maybe replaced with a fifo in the future + WiFiClient _wifiClient;//One client only, may be replaced with a fifo in the future SDCardManager *_sdCardManager; HttpRequestData _httpRequestData; Dictionary _apiDictionary;