WiFi WebServer for ESP8266
Fork of ESP8266_WebServer by
Diff: ESP8266_WebServer.h
- Revision:
- 2:6079554681d6
- Parent:
- 1:1c4333ce7448
- Child:
- 3:4ef7db7a95a7
diff -r 1c4333ce7448 -r 6079554681d6 ESP8266_WebServer.h --- a/ESP8266_WebServer.h Thu Jan 01 10:22:31 2015 +0000 +++ b/ESP8266_WebServer.h Thu Jan 01 14:59:13 2015 +0000 @@ -64,7 +64,7 @@ void SendError(int linkID, const char* error); void Send404Error(int linkID); void SendReply(int linkID, std::string reply, const char* mimeType); - void SendReply(int linkID, const char* reply, int replySize, const char* mimeType); + void SendReply(int linkID, char const* reply, int replySize, const char* mimeType); void SendFile(int linkID, FileHandle* file, const char* mimeType); };