From a103972a21e91a5d4bc948136204d620b5ef9493 Mon Sep 17 00:00:00 2001 From: Heiko Krupp Date: Sat, 12 Oct 2019 13:27:09 +0200 Subject: [PATCH] Fix typo. Typo I stumbled over... --- sonoff/xdrv_04_light.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xdrv_04_light.ino b/sonoff/xdrv_04_light.ino index 0df5ca81a..2fafd2e6c 100644 --- a/sonoff/xdrv_04_light.ino +++ b/sonoff/xdrv_04_light.ino @@ -87,7 +87,7 @@ * survive a reboot and can be stored in flash - in saveSettings() * .b Actual channel values are computed from RGB or CT combined with brightness. * Range is still 0..255 (8 bits) - in getActualRGBCW() - * .c The 5 internal channels RGBWC are mapped to the actual channels supproted + * .c The 5 internal channels RGBWC are mapped to the actual channels supported * by the light_type: in calcLevels() * 1 channel - 0:Brightness * 2 channels - 0:Coldwhite 1:Warmwhite