diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-02 12:51:05 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-02 12:51:05 +0000 |
| commit | 1a1f7367b5b7b4c99be17ca069af95e3c2082ccb (patch) | |
| tree | 22c4f596fcfc35d689d3a5665f1602db9fc66261 /Projects/Webserver/Webserver.txt | |
| parent | ed56540e3eb1d4936749cd11ef7ac0bec2c25b6e (diff) | |
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1100 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Webserver.txt')
| -rw-r--r-- | Projects/Webserver/Webserver.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 5b62f067..59b53024 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -76,9 +76,10 @@ * <td><b>Description:</b></td>
* </tr>
* <tr>
- * <td>ENABLE_DHCP</td>
+ * <td>ENABLE_DHCP=<i>x</i></td>
* <td>Makefile CDEFS</td>
- * <td>When defined, enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>
+ * <td>When set to 1, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.
+ * To disable DHCP and use the fixed address settings set elsewhere, set this to zero (do not undefine it).</td>
* </tr>
* <tr>
* <td>DEVICE_IP_ADDRESS</td>
|
