diff --git a/doc/en/arch_tcpip.html b/doc/en/arch_tcpip.html index ce975d0a..e4393e77 100644 --- a/doc/en/arch_tcpip.html +++ b/doc/en/arch_tcpip.html @@ -31,7 +31,7 @@ stack. These are the services provided by the TCP/IP stack:

be used instead. To use only the static configuration (and make the eLua image size a bit smaller) don't define the BUILD_DHCPC client.

-
  • #define BUILD_DNSM if you want support for the DNS server.
  • +
  • #define BUILD_DNS if you want support for the DNS server.
  • #define BUILD_CON_TCP if you want support for shell over telnet instead of serial. Note that you must NOT define BUILD_CON_GENERIC in this case (see here for details).