Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266_WebServer by
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 |
--- 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";