X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/03ee87b35abdb8b92e8b55ec040fa943f9a6786c..d66f227ccef46a65e17b06d31c82c30158ae36a5:/Projects/Incomplete/Webserver/Lib/WebserverApp.c diff --git a/Projects/Incomplete/Webserver/Lib/WebserverApp.c b/Projects/Incomplete/Webserver/Lib/WebserverApp.c index 97218b2be..6ac94d6ac 100644 --- a/Projects/Incomplete/Webserver/Lib/WebserverApp.c +++ b/Projects/Incomplete/Webserver/Lib/WebserverApp.c @@ -51,7 +51,6 @@ char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n" "Server: LUFA RNDIS\r\n" "Connection: close\r\n\r\n"; -/****************************************************************************************/ /** HTTP page to serve to the host when a HTTP request is made. This page is too long for a single response, thus it is automatically * broken up into smaller blocks and sent as a series of packets each time the webserver application callback is run. */ @@ -65,7 +64,8 @@ char PROGMEM HTTPPage[] = "
" ""
- " Hello! Welcome to the LUFA RNDIS Demo Webserver test page, running on your USB AVR via the LUFA library. This demonstrates the HTTP webserver, TCP/IP stack and RNDIS demo all running atop the LUFA USB stack."
+ " Hello! Welcome to the LUFA RNDIS Demo Webserver test page, running on your USB AVR via the LUFA library and uIP TCP/IP network stack. This"
+ " demonstrates a simple HTTP webserver serving out pages to HTTP clients."
"
"
" Project Information: http://www.fourwalledcubicle.com/LUFA.php."
"