ESP8266 WiFi Module Web Server library

Files at this revision

API Documentation at this revision

Comitter:
leet
Date:
Wed Jan 07 20:51:00 2015 +0000
Parent:
8:5573f6f70a82
Commit message:
Add x-icon for favicon MIME Type

Changed in this revision

ESP8266_WebServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/ESP8266_WebServer.h	Tue Jan 06 18:44:07 2015 +0000
+++ b/ESP8266_WebServer.h	Wed Jan 07 20:51:00 2015 +0000
@@ -13,6 +13,7 @@
 const char mimeJPEG[] = "image/jpeg";
 const char mimePNG[] = "image/png";
 const char mimeGIF[] = "image/gif";
+const char mimeICO[] = "image/x-icon";
 const char mimeText[] = "text/plain";
 const char mimeJSON[] = "application/json";