From d411f7219d032b9e7f0179af7aac5a45ec53a653 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 4 Nov 2019 12:29:42 +0100 Subject: [PATCH] Increase SM2135 CW/WW intensitity Increase SM2135 CW/WW intensitity (#6495) --- tasmota/xlgt_04_sm2135.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xlgt_04_sm2135.ino b/tasmota/xlgt_04_sm2135.ino index dc4c7dafc..f256d08cc 100644 --- a/tasmota/xlgt_04_sm2135.ino +++ b/tasmota/xlgt_04_sm2135.ino @@ -51,7 +51,7 @@ #define SM2135_60MA 0x0A // RGB current CW current -const uint8_t SM2135_CURRENT = (SM2135_20MA << 4) | SM2135_10MA; +const uint8_t SM2135_CURRENT = (SM2135_20MA << 4) | SM2135_15MA; // See https://github.com/arendst/Tasmota/issues/6495#issuecomment-549121683 struct SM2135 { uint8_t clk = 0;