diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-07 10:46:02 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-07 10:46:02 +0000 |
commit | 1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3 (patch) | |
tree | 2daee1c900e84cd41e014732c15766323342ded9 /LUFA/ManPages | |
parent | 196724c62d8c09b30dabb9a8ff3246033d95315f (diff) | |
download | lufa-1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3.tar.gz lufa-1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3.tar.bz2 lufa-1fdc0e664e74b7f89c199e3c2852c24dd33b8bd3.zip |
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.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/LUFAPoweredProjects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index dfcd712d6..e7561e603 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -33,6 +33,7 @@ * can be incorporated into many different applications.
*
* - Arcade Controller: http://fletchtronics.net/arcade-controller-made-petunia
+ * - AVR USB Modem, a 3G Wireless Modem host: http://code.google.com/p/avrusbmodem/
* - Bicycle POV: http://www.code.google.com/p/bicycleledpov/
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
* - ClockTamer, a configurable clock generator: http://code.google.com/p/clock-tamer/
|