From 1459040a4e5f7eb6d528569db9f195a9f6aae315 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 2 Jan 2018 20:16:48 -0500 Subject: [PATCH] Add modules required to README --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 -- 2.50.1