ESP8266 WiFi Module Web Server library
Revision 9:85554edde164, committed 2015-01-07
- 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 |
diff -r 5573f6f70a82 -r 85554edde164 ESP8266_WebServer.h --- 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";