From 0edadee37c95fe92349739f0fd9847c3278b4580 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 1 Sep 2019 21:29:27 +0200 Subject: [PATCH] Corrected a comment --- src/app/WEBServerManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/WEBServerManager.cpp b/src/app/WEBServerManager.cpp index b6c9484..67dac7b 100644 --- a/src/app/WEBServerManager.cpp +++ b/src/app/WEBServerManager.cpp @@ -58,7 +58,7 @@ boolean WEBServerManager::runServer() #ifdef DEBUG Serial.println("Sending response !!!"); #endif - //We first check if it s an api call + //We first check if it's an api call if(!sendPageToClientFromApiDictio(&_wifiClient)) { sendPageToClientFromSdCard(&_wifiClient);