* <td><b>Description:</b></td>\r
* </tr>\r
* <tr>\r
+ * <td>ENABLE_DHCP</td>\r
+ * <td>Makefile CDEFS</td>\r
+ * <td>When defined, enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>\r
+ * </tr>\r
+ * <tr>\r
* <td>DEVICE_IP_ADDRESS</td>\r
* <td>Webserver.h</td>\r
- * <td>IP address that the webserver should use when connected to a RNDIS device.</td>\r
+ * <td>IP address that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP is not defined).</td>\r
* </tr>\r
* <tr>\r
* <td>DEVICE_NETMASK</td>\r
* <td>Webserver.h</td>\r
- * <td>Netmask that the webserver should use when connected to a RNDIS device.</td>\r
+ * <td>Netmask that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP is not defined).</td>\r
* </tr>\r
* <tr>\r
* <td>DEVICE_GATEWAY</td>\r
* <td>Webserver.h</td>\r
- * <td>Default routing gateway that the webserver should use when connected to a RNDIS device.</td>\r
+ * <td>Default routing gateway that the webserver should use when connected to a RNDIS device (when ENABLE_DHCP\r
+ * is not defined).</td>\r
* </tr>\r
* </table>\r
*/
\ No newline at end of file