From: Nathaniel Wesley Filardo Date: Wed, 3 Jan 2018 01:16:48 +0000 (-0500) Subject: Add modules required to README X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=1459040a4e5f7eb6d528569db9f195a9f6aae315;p=acmetensortoys-esp-lua_lamp Add modules required to README --- diff --git a/README.rst b/README.rst index 6a3864c..7eba3da 100644 --- a/README.rst +++ b/README.rst @@ -192,3 +192,25 @@ Useful commands include: * ``file remove FILE`` removes ``FILE``. * ``diag heap`` will display the number of free heap bytes + +NodeMCU modules +=============== + +Be sure to build the following modules into the firmware: + +* ``bit`` -- for I/O port work inside the touch handler +* ``cron`` -- framework usage (e.g. reconnection timers) +* ``crypto`` -- used by the telnet file service for hashing +* ``encoder`` -- used by the telnet file service for base64 work +* ``file`` -- used by the telnet file service +* ``gpio`` -- for the AND gate +* ``i2c`` -- for I/O by the touch handler +* ``mDNS`` -- framework usage +* ``MQTT`` -- yes +* ``net`` -- yes +* ``node`` -- yes +* ``sjson`` -- framework usage +* ``sntp`` -- framework usage +* ``timer`` -- yes +* ``wifi`` -- yes +* ``ws2812`` -- the display itself