From: Dean Camera Date: Sun, 7 Feb 2010 10:46:02 +0000 (+0000) Subject: Make Webserver allow HTTP requests for files with up to 50 characters in the path... X-Git-Tag: LUFA-110528-BETA~611 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3?hp=1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3 Make Webserver allow HTTP requests for files with up to 50 characters in the path instead of 30, to be in synch with the project documentation. Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function. ---