projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add MIME type handling to the Webserver project, so that files of different types...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
conf
/
apps-conf.h
diff --git
a/Projects/Webserver/Lib/uip/conf/apps-conf.h
b/Projects/Webserver/Lib/uip/conf/apps-conf.h
index
76cd937
..
63a445c
100644
(file)
--- a/
Projects/Webserver/Lib/uip/conf/apps-conf.h
+++ b/
Projects/Webserver/Lib/uip/conf/apps-conf.h
@@
-6,6
+6,7
@@
typedef struct
\r
{
\r
uint8_t CurrentState;
\r
+ char FileName[13];
\r
FIL FileToSend;
\r
bool FileOpen;
\r
} uip_tcp_appstate_t;
\r