Corrected a comment
This commit is contained in:
parent
4e8a898b26
commit
0edadee37c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user