From 6f7ff480f889b42768a716d34c2df6552075c042 Mon Sep 17 00:00:00 2001 From: Cossid Date: Tue, 21 Jun 2022 00:51:21 -0500 Subject: [PATCH] SM2335 - Fix a typo. --- tasmota/tasmota_xlgt_light/xlgt_09_sm2335.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xlgt_light/xlgt_09_sm2335.ino b/tasmota/tasmota_xlgt_light/xlgt_09_sm2335.ino index 347067a04..f8ecd89a0 100644 --- a/tasmota/tasmota_xlgt_light/xlgt_09_sm2335.ino +++ b/tasmota/tasmota_xlgt_light/xlgt_09_sm2335.ino @@ -129,7 +129,7 @@ bool SM2335SetChannels(void) { SM2335Write(0); // Cold White 1/2 SM2335Write(0); // Cold White 2/2 SM2335Write(0); // Warm White 1/2 - SM2335Write(0); // WarmW hite 2/2 + SM2335Write(0); // Warm White 2/2 SM2335Stop(); return true; }