projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Better HTTP GET parsing in the Webserver demo, add application polling.
[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
88885a3
..
540fc33
100644
(file)
--- a/
Projects/Webserver/Lib/uip/conf/apps-conf.h
+++ b/
Projects/Webserver/Lib/uip/conf/apps-conf.h
@@
-9,7
+9,7
@@
uint8_t CurrentState;
\r
\r
FIL FileHandle;
\r
- char FileName[
13
];
\r
+ char FileName[
50
];
\r
bool FileOpen;
\r
uint32_t CurrentFilePos;
\r
} uip_tcp_appstate_t;
\r