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);