From 9e1858f72bc79234c1c68fa60431a68145ebb0a8 Mon Sep 17 00:00:00 2001 From: James Mickley Date: Wed, 28 Nov 2018 19:32:12 -0500 Subject: [PATCH] minor readme change for useful scripts --- Useful Scripts/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Useful Scripts/readme.md b/Useful Scripts/readme.md index 9ea322c..cc20638 100644 --- a/Useful Scripts/readme.md +++ b/Useful Scripts/readme.md @@ -2,7 +2,7 @@ The following scripts are are broadly useful and worth including. Alternatively, they can be saved as snippets in Esplorer -* **[Tester Scripts](Testers/)** - A collection of scripts to test individual sensors and EMUS before deploying. +* **[Tester Scripts](Testers/)** - A collection of scripts to test individual sensors and entire EMUS before deploying. * **[EMU Module Compiler](module-compiler.lua)** - A script to compile the five lua modules on an EMU. * **[Ram Test](ram-test.lua)** - A script that can be used to test how much RAM a lua module uses. * **[Info](info.lua)** - This prints out lots of useful information on the particular Node it's running on. Includes NodeMCU version, chip, wifi, and filesystem information.