From 4d987acc0b477d234fc83bfc7245e6317c3a736e Mon Sep 17 00:00:00 2001 From: Mark Hanford Date: Thu, 11 Jul 2019 21:06:41 +0100 Subject: [PATCH] Fixed the pin numbers for the ZJ-WFMN-A to match the GUI. (Tested with actual modules) --- MagicHome-LED-strip-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagicHome-LED-strip-controller.md b/MagicHome-LED-strip-controller.md index 8d7b2cc7..66433e4c 100644 --- a/MagicHome-LED-strip-controller.md +++ b/MagicHome-LED-strip-controller.md @@ -150,8 +150,8 @@ ZJ-WFMN-A V1.1(RGB version) | Field | Value | Function | |---|---|---| |Module type|18 Generic|Module type| -|D1 GPIO5|38 PWM1|RED| -|D6 GPIO12|37 PWM2|GREEN| +|D1 GPIO5|37 PWM1|RED| +|D6 GPIO12|38 PWM2|GREEN| |D7 GPIO13|39 PWM3|BLUE| With all that done, one of the critical things I needed to do so I could set the colors was to run the command to set `SetOption15` to `1`. For me, this was sending the MQTT command (you will need to adjust for your config):