diff options
Diffstat (limited to 'Projects/Webserver/Webserver.txt')
-rw-r--r-- | Projects/Webserver/Webserver.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 9cee32e8a..3ea167f55 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -78,26 +78,25 @@ * <td><b>Description:</b></td>
* </tr>
* <tr>
- * <td>ENABLE_DHCP_CLIENT=<i>x</i></td>
+ * <td>ENABLE_DHCP_CLIENT</td>
* <td>Makefile CDEFS</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>
+ * <td>When defined, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>
* </tr>
* <tr>
* <td>DEVICE_IP_ADDRESS</td>
* <td>Lib/uIPManagement.h</td>
- * <td>IP address that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is zero).</td>
+ * <td>IP address that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is not defined).</td>
* </tr>
* <tr>
* <td>DEVICE_NETMASK</td>
* <td>Lib/uIPManagement.h</td>
- * <td>Netmask that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is zero).</td>
+ * <td>Netmask that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT is not defined).</td>
* </tr>
* <tr>
* <td>DEVICE_GATEWAY</td>
* <td>Lib/uIPManagement.h</td>
* <td>Default routing gateway that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP_CLIENT
- * is zero).</td>
+ * is not defined).</td>
* </tr>
* </table>
*/
\ No newline at end of file |