From f3db1e2a1c7628fd4a6af117015ab8ede06d03a7 Mon Sep 17 00:00:00 2001 From: reloxx13 Date: Fri, 23 Feb 2018 11:18:34 +0100 Subject: [PATCH] Updated Adding new Module types (markdown) --- Adding-new-Module-types.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Adding-new-Module-types.md b/Adding-new-Module-types.md index a3edc0f0..e3eaca7b 100644 --- a/Adding-new-Module-types.md +++ b/Adding-new-Module-types.md @@ -1,3 +1,12 @@ +Before you add a new module type, you can try using the module type "Generic" over the web interface and set up the GPIO Config. + +Generic Module was added in v5.12.0, before that version its called "Wemos D1 Mini". + +Check the [Other Devices Page](https://github.com/arendst/Sonoff-Tasmota/wiki/Other-Devices) for more infos and other Devices with ESP. + +*** + + Module types are defined in sonoff_template.h This includes a "User Test" module type that you can experiment with