WiFi WebServer for ESP8266

Fork of ESP8266_WebServer by Sebastian Schocke

Revision:
9:85554edde164
Parent:
8:5573f6f70a82
--- 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";