mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
This commit is contained in:
@@ -59,7 +59,7 @@ char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
|
||||
/** Default MIME type sent if no other MIME type can be determined */
|
||||
char PROGMEM DefaultMIMEType[] = "text/plain";
|
||||
|
||||
/** List of MIME types for each supported file extension - must be terminated with \ref END_OF_MIME_LIST entry. */
|
||||
/** List of MIME types for each supported file extension. */
|
||||
MIME_Type_t PROGMEM MIMETypes[] =
|
||||
{
|
||||
{.Extension = "htm", .MIMEType = "text/html"},
|
||||
|
||||
Reference in New Issue
Block a user