diff options
Diffstat (limited to 'Projects/Webserver/Webserver.txt')
-rw-r--r-- | Projects/Webserver/Webserver.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 05d0b1ffd..3c0c48e35 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -78,6 +78,12 @@ * <td><b>Description:</b></td>
* </tr>
* <tr>
+ * <td>ENABLE_TELNET_SERVER</td>
+ * <td>Makefile CDEFS</td>
+ * <td>When defined, this enables the TELNET server in addition to the HTTP webserver, which listens for incomming connections
+ * and processes user commands.</td>
+ * </tr>
+ * <tr>
* <td>ENABLE_DHCP_CLIENT</td>
* <td>Makefile CDEFS</td>
* <td>When defined, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>
|