Corrected a comment

This commit is contained in:
anschrammh 2019-09-01 21:29:27 +02:00
parent 4e8a898b26
commit 0edadee37c

View File

@ -58,7 +58,7 @@ boolean WEBServerManager::runServer()
#ifdef DEBUG #ifdef DEBUG
Serial.println("Sending response !!!"); Serial.println("Sending response !!!");
#endif #endif
//We first check if it s an api call //We first check if it's an api call
if(!sendPageToClientFromApiDictio(&_wifiClient)) if(!sendPageToClientFromApiDictio(&_wifiClient))
{ {
sendPageToClientFromSdCard(&_wifiClient); sendPageToClientFromSdCard(&_wifiClient);