Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
This commit is contained in:
parent
1008260985
commit
84e1241f80
30 changed files with 1270 additions and 3212 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue